公司有一個需求 樹狀組件 後邊跟着操做 能夠增長子節點 刪除節點 和修改節點 本身就把 iview的 樹狀 改吧改吧git
碼雲鏈接 gitee.com/gaochaohui/…記得點個小星星下載使用 npm i tree_operationnpm
main.js 引入組件 import treeoperation from 'tree_operation' Vue.use(treeoperation)bash
使用iview
<Tree-Operation :fieldList="fieldList"></Tree-Operation>
複製代碼
fieldList 屬性 :給樹狀組件 綁定的 值ui