feat: 添加时间选择(器)示例

This commit is contained in:
xiaoxian521
2024-01-19 17:16:20 +08:00
parent 3a42d6d6c6
commit 26f53deb9f
4 changed files with 207 additions and 0 deletions

View File

@@ -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",