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:
@@ -123,6 +123,14 @@ export default {
|
||||
title: $t("menus.hsStatistic")
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/components/collapse",
|
||||
name: "Collapse",
|
||||
component: () => import("@/views/components/collapse.vue"),
|
||||
meta: {
|
||||
title: $t("menus.hsCollapse")
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/components/cascader",
|
||||
name: "Cascader",
|
||||
|
||||
Reference in New Issue
Block a user