feat: 添加标签组件示例

This commit is contained in:
xiaoxian521
2024-01-19 19:06:09 +08:00
parent 2e14531745
commit 0d6362db73
5 changed files with 185 additions and 3 deletions

View File

@@ -107,6 +107,14 @@ export default {
title: $t("menus.hsbutton")
}
},
{
path: "/components/tag",
name: "PureTag",
component: () => import("@/views/components/tag.vue"),
meta: {
title: $t("menus.hsTag")
}
},
{
path: "/components/statistic",
name: "Statistic",