feat: 添加进度条组件示例

This commit is contained in:
xiaoxian521
2024-01-19 20:58:31 +08:00
parent b80a9b6651
commit 9b5745a9a1
4 changed files with 150 additions and 0 deletions

View File

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