vue-component-sync-tree

1.0.5 • Public • Published

vue-component-sync-tree

基于 vue 和 element-ui 的同步树组件

DEMO

HOW TO USE

npm install vueComponentSyncTree -S

import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
import vueComponentSyncTree from 'vue-component-sync-tree';

Vue.use(ElementUI);
Vue.use(vueComponentSyncTree);

Attributes

参数 说明 类型
data 源列表数据,格式为[{"id":1,"title":"parent","pid":"0"},{"id":10,"title":"child","pid":"1"},] Array

Props

参数 说明 类型
value 目的列表数据,格式同 data Array

Readme

Keywords

none

Package Sidebar

Install

npm i vue-component-sync-tree

Weekly Downloads

21

Version

1.0.5

License

MIT

Unpacked Size

4.27 MB

Total Files

24

Last publish

Collaborators