1.3.2 • Published 6 years ago
vue-org-shi v1.3.2
vue-org-shi
A simple organization tree chart based on Vue2.x
基于vue2-org-tree 更改了less语法,此插件使用了sass,修复IE11不兼容问题
Usage
NPM
# use npm
npm i vue-org-shi
# use yarn
yarn add vue-org-shiImport Plugins
import Vue from 'vue'
import Vue2OrgTree from 'vue-org-shi'
Vue.use(Vue2OrgTree)
// ...CDN
API
props
| prop | descripton | type | default |
|---|---|---|---|
| data | Object | ||
| props | configure props | Object | {label: 'label', children: 'children', expand: 'expand'} |
| labelWidth | node label width | String | Number | auto |
| collapsable | children node is collapsable | Boolean | true |
| renderContent | how to render node label | Function | - |
| labelClassName | node label class | Function | String | - |
| selectedKey | The key of the selected node | String | - |
| selectedClassName | The className of the selected node | Function | String | - |
events
event name descripton type click Click event Functionmouseover onMouseOver event Functionmouseout onMouseOut event FunctionCall events
on-expand
well be called when the collapse-btn clicked
- params
eEvent - params
dataCurrent node data
on-node-click
well be called when the node-label clicked
- params
eEvent - params
dataCurrent node data
on-node-mouseover
It is called when the mouse hovers over the label.
- params
eEvent - params
dataCurrent node data
on-node-mouseout
It is called when the mouse leaves the label.
- params
eEvent - params
dataCurrent node data
Example
default

horizontal

Browser support
use table layout!IE9+、Chrome、Firefox、Opera