mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
feat: 添加时间选择(器)示例
This commit is contained in:
@@ -42,6 +42,14 @@ export default {
|
||||
title: $t("menus.hsDateTimePicker")
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/components/time-picker",
|
||||
name: "TimePicker",
|
||||
component: () => import("@/views/components/time-picker.vue"),
|
||||
meta: {
|
||||
title: $t("menus.hsTimePicker")
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/components/icon-select",
|
||||
name: "IconSelect",
|
||||
|
||||
Reference in New Issue
Block a user