File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ Quill.register('modules/yourQuillModule', yourQuillModule)
134
134
``` vue
135
135
<template>
136
136
<!-- Two-way Data-Binding -->
137
- <VueQuillEditor
137
+ <quill-editor
138
138
ref="myQuillEditor"
139
139
v-model="content"
140
140
:options="editorOption"
@@ -144,7 +144,7 @@ Quill.register('modules/yourQuillModule', yourQuillModule)
144
144
/>
145
145
146
146
<!-- Or manually control the data synchronization -->
147
- <VueQuillEditor
147
+ <quill-editor
148
148
:content="content"
149
149
:options="editorOption"
150
150
@change="onEditorChange($event)"
@@ -194,9 +194,7 @@ Quill.register('modules/yourQuillModule', yourQuillModule)
194
194
```
195
195
196
196
### Projects using quill-vuejs
197
- - [ Tamiat CMS] ( https://github.com/tamiat/tamiat/ )
198
- - ...
199
-
197
+ -
200
198
201
199
### Issues
202
200
- [ Add attributes from toolbar options] ( https://github.com/quilljs/quill/issues/1084 )
You can’t perform that action at this time.
0 commit comments