/**
- 属性菜单结构
- @prop {Array} - 属性结构数组
-
example:
-
treeData: [ { txt: '001', child: [ { txt: '001-0', child: [ { txt: '001-0-0' } ] } ] } ]
*/
使用直接下载components/treeMenu文件即可
treeMenu
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.