1.0.0 • Published 8 years ago
msdrawboard v1.0.0
MsDrawBoard
vue.js draw-board component base on raphael
usage
- 安装依赖
yarn add msdrawboard
# or
npm install msdrawboard- 引入
// 全局引入
import Vue from 'vue'
import msDrawBoard from 'msdrawboard'
new Vue({
components: {
msDrawBoard
}
}).$mount('#app')<!-- in <template></template> -->
<msDrawBoard></msDrawBoard>