zm-tree-org-cl 中文文档教程

发布于 2年前 浏览 9 项目主页 更新于 2年前

zm-tree-org

描述

一个简化的组织结构图,其组件依赖于 Vue 组织树。 在此基础上,对部分源码进行了优化和修改。并且依赖Vuedraggablerecoverable实现鼠标拖动改变图表位置,并增加鼠标滚轮缩放、节点拖动、节点编辑等功能

安装

npm install zm-tree-org --save
# or 
yarn add zm-tree-org

说明

import Vue from 'vue';
import ZmTreeOrg from 'zm-tree-org';
import "zm-tree-org/lib/zm-tree-org.css";

Vue.use(ZmTreeOrg);

最新版本

NPM 版本

文档

详细说明点击此处

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.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文