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:
@@ -34,6 +34,14 @@ export default {
|
||||
title: $t("menus.hsDatePicker")
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/components/datetime-picker",
|
||||
name: "DateTimePicker",
|
||||
component: () => import("@/views/components/datetime-picker.vue"),
|
||||
meta: {
|
||||
title: $t("menus.hsDateTimePicker")
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/components/icon-select",
|
||||
name: "IconSelect",
|
||||
|
||||
Reference in New Issue
Block a user