feat: 添加统计组件示例

This commit is contained in:
xiaoxian521
2024-01-19 18:06:21 +08:00
parent 26f53deb9f
commit 2e14531745
4 changed files with 94 additions and 0 deletions

View File

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