Skip to content

Commit d440ad9

Browse files
author
zhangchi
committed
docs: update
1 parent d9ab86b commit d440ad9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Quill.register('modules/yourQuillModule', yourQuillModule)
134134
``` vue
135135
<template>
136136
<!-- Two-way Data-Binding -->
137-
<VueQuillEditor
137+
<quill-editor
138138
ref="myQuillEditor"
139139
v-model="content"
140140
:options="editorOption"
@@ -144,7 +144,7 @@ Quill.register('modules/yourQuillModule', yourQuillModule)
144144
/>
145145
146146
<!-- Or manually control the data synchronization -->
147-
<VueQuillEditor
147+
<quill-editor
148148
:content="content"
149149
:options="editorOption"
150150
@change="onEditorChange($event)"
@@ -194,9 +194,7 @@ Quill.register('modules/yourQuillModule', yourQuillModule)
194194
```
195195

196196
### Projects using quill-vuejs
197-
- [Tamiat CMS](https://github.com/tamiat/tamiat/)
198-
- ...
199-
197+
-
200198

201199
### Issues
202200
- [Add attributes from toolbar options](https://github.com/quilljs/quill/issues/1084)

0 commit comments

Comments
 (0)