vue-jsmind
v1.5.0
Published
A Vue.js project
Downloads
140
Readme
vue-jsmind
A Vue.js Component ( base on jsmind )
English | 简体中文
Install
yarn add vue-jsmind #or npm install vue-jsmind
Quick Start
import Vue from 'vue'
import jm from 'vue-jsmind'
Vue.use(jm)
Use
<js-mind :values="mind" :options="options" ref="jsMind" height="1000px"></js-mind>
Props
- values
- options
- ref is mounted jsmind API
Use Example
git clone [email protected]:chentoday/vue-jsmind.git
yarn #or npm install
yarn run dev #or npm run dev