Socket
Book a DemoInstallSign in
Socket

vue-data-tree

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-data-tree

Vue data tree

latest
Source
npmnpm
Version
0.0.8
Version published
Maintainers
1
Created
Source

vue-data-tree

Vue Data Tree

Install

npm install vue-data-tree --save

Usage

import Vue from 'vue'
import VueDataTree from 'vue-data-tree'

new Vue({
  el: '#app',
  // ...
  data(){
    return {
      target: {msg: 'Hello Vuejs!'}
    }
  },
  components: { VueDataTree }
})
<div id="app">
  <vue-data-tree :value="target"></vue-data-tree>
</div>

LICENSE

The MIT License

Keywords

vuejs

FAQs

Package last updated on 23 Mar 2017

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