A Vue.js project
npm install vue-jsmindbash
yarn add vue-jsmind #or npm install vue-jsmind
`
Quick Start
`js
import Vue from 'vue'
import jm from 'vue-jsmind'
Vue.use(jm)
`
Use
`html
`
Props
- values
- options
- ref is mounted jsmind API
Use Example
`bash
git clone git@github.com:chentoday/vue-jsmind.git
yarn #or npm install
yarn run dev #or npm run dev
``