tree_operation
v1.1.2
Published
基于iview 二次开发的 tree 带增删改 功能的 树状 组件
Downloads
28
Readme
tree_operation
下载
npm i tree_operation引入 main.js
import treeoperation from 'tree_operation'挂载
Vue.use(treeoperation)使用
<Tree-Operation :fieldList="fieldList"></Tree-Operation>fieldList 属性 :给树状组件 绑定的 值
