zm-tree-org-cl
v1.0.3
Published
A simplified organization chart with components dependent on [Vue org tree](https://github.com/hukaibaihu/vue-org-tree). On this basis, part of the source code is optimized and modified. And it depends on [Vue draggable recoverable](https://github.com/ma
Downloads
2
Maintainers
Readme
zm-tree-org
Description
A simplified organization chart with components dependent on Vue org tree. On this basis, part of the source code is optimized and modified. And it depends on Vue draggable recoverable to achieve the mouse drag to change the chart's position, and increase the mouse wheel zoom, node drag, and node editing and other functions
Installation
npm install zm-tree-org --save
# or
yarn add zm-tree-org
Instructions
import Vue from 'vue';
import ZmTreeOrg from 'zm-tree-org';
import "zm-tree-org/lib/zm-tree-org.css";
Vue.use(ZmTreeOrg);
Latest version
Document
Detailed instructions click here.