Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 918 Bytes

File metadata and controls

32 lines (21 loc) · 918 Bytes

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

NPM version.

Document

Detailed instructions click here.