Giter Club home page Giter Club logo

vue-component-sync-tree's Introduction

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

vue-component-sync-tree's People

Contributors

zero1898 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

moxshan

vue-component-sync-tree's Issues

数据添加后不可再次添加

你好,我在使用过程中遇到关于数据添加后不可再次添加的问题,可不可以加个qq帮我看一下,研究了好几天都没有搞出来,求助。qq:406803045

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.