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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user