Socket
Socket
Sign inDemoInstall

vue2-org-tree

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue2-org-tree

A simple organization tree chart based on Vue2.x


Version published
Weekly downloads
884
decreased by-23.92%
Maintainers
1
Weekly downloads
 
Created
Source

vue-org-tree

A simple organization tree chart based on Vue2.x

Usage

# use npm
npm i vue2-org-tree

# use yarn
yarn add vue2-org-tree

Import Plugins

import Vue from 'vue'
import Vue2OrgTree from 'vue2-org-tree'

Vue.use(Vue2OrgTree)

// ...

API

  • props
    propdescriptontypedefault
    dataObject
    propsconfigure propsObject{label: 'label', children: 'children', expand: 'expand'}
    labelWidthnode label widthString | Number.auto
    collapsablechildren node is collapsableBooleantrue
    renderContenthow to render node labelFunction-
    labelClassNamenode label classFunction | String-
  • events

    • on-expand

      well be called when the collapse-btn clicked

    • on-node-click

      well be called when the node-label clicked

Example

  • default

    default

  • horizontal

    horizontal

Browser support

use table layout!

IE9+、Chrome、Firefox、Opera

License

MIT

FAQs

Package last updated on 06 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc