Skip to content

Commit 4036329

Browse files
authored
Update README.md
1 parent df8194d commit 4036329

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,13 @@ editorToolbar | Array | ** _Too long for table. See toolbar example below_ | Us
5151
<script>
5252
import { VueEditor } from 'vue2-editor'
5353
54+
export default {
55+
5456
components: {
55-
VueEditor
57+
VueEditor
5658
},
57-
58-
export default {
59-
data() {
59+
60+
data() {
6061
return {
6162
content: '<h1>Some initial content</h1>'
6263
}

0 commit comments

Comments
 (0)