1.5.0 • Published 6 years ago
vue-jsmind v1.5.0
vue-jsmind
A Vue.js Component ( base on jsmind )
English | 简体中文
Install
yarn add vue-jsmind #or npm install vue-jsmindQuick 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 git@github.com:chentoday/vue-jsmind.git
yarn #or npm install
yarn run dev #or npm run devResult
