vue-tree-zw
v0.1.11
Published
[中文](README.en.md) | English
Readme
中文 | English
vue-tree-z

Vue tree diagram component based on DOM nodes
install
vue2:
npm i vue-tree-zwvue3:
npm i vue3-tree-zwuse
<treeZ></treeZ>import treeZ from "vue-tree-zw"
export default {
name: 'App',
components: {
treeZ
}
}
...
The project is based on JS to control DOM nodes, canvas, etc. It is compatible with Vue 2 and Vue 3 and can be used directly. Secondary development is simple and convenient
