vue-tui-editor
v0.0.1
Published
Vue plugin of tui.editor.
Downloads
69
Readme
Vue-tui-editor
Vue plugin of tui.editor
Install
npm i -S vue-tui-editor
Usage
Install plugin:
import TuiEditor from 'vue-tui-editor';
Vue.use(TuiEditor)
Then in your template:
<tui-editor :options="options" />>