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