文件名称:vue3-router-tree:表示路由结构的树
文件大小:576KB
文件格式:ZIP
更新时间:2024-06-17 23:48:25
javascript vuejs typescript vue-components sidebar-menu
Vue 3 路由器树 此组件基于Vue.js 3 ,它将您的路由或项目表示为树视图,默认情况下将路由配置作为项目,但您可以提供遵循以下格式的自定义项目: [ { path : '/somePath' , //optional name : 'someName' , //required component : SomeComponent //optional but if it's provided the tree node will be a link that redirects to this component children : [ ] } ] 当您想要自定义项目呈现时,您还可以添加您需要的任何其他字段 演示版 或者你可以在codeandbox上检查这个 安装 npm install vue3-rou
【文件预览】:
vue3-router-tree-main
----.gitignore(234B)
----tsconfig.json(687B)
----README.md(3KB)
----.browserslistrc(30B)
----public()
--------index.html(554B)
--------favicon.ico(4KB)
----tests()
--------unit()
----package.json(2KB)
----src()
--------components()
--------layouts()
--------utils()
--------DemoWithRouter.ts(285B)
--------views()
--------shims-vue.d.ts(148B)
--------devComponents()
--------router()
--------App.vue(274B)
--------styles()
--------main.ts(410B)
--------assets()
----postcss.config.js(90B)
----jest.config.js(137B)
----tailwind.config.js(717B)
----babel.config.js(73B)
----vue.config.js(204B)
----package-lock.json(693KB)