Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 964 Bytes

README.zh-CN.md

File metadata and controls

37 lines (29 loc) · 964 Bytes

vue-jsmind

一个 Vue 组件 ( 基于 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>

参数

使用例子

git clone [email protected]:chentoday/vue-jsmind.git
yarn #or npm install
yarn run dev #or npm run dev

结果

example