1.1.6 • Published 1 year ago

yc-canvas-editor v1.1.6

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

npm 仓库

import canvasEditor from 'yc-canvas-editor' import 'yc-canvas-editor/canvasEditor.css'; // 这里是引入css的方式,如果不引入css,组件的样式会有问题

本地

import canvasEditor from '../lib/canvasEditor/canvasEditor.common.js' import '../lib/canvasEditor/canvasEditor.css';

使用

Vue.use(canvasEditor)

page

<canvasEditor ref="canvasEditor" :dataSource="dataSource" :IEditorOption="IEditorOption" @saved="editorContant" />

editorContant(val) { console.log(val.data, 'editorContant'); },

1.1.6

1 year ago

1.1.5

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.0

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago