File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ yarn add vue2-editor
22
22
# Usage
23
23
24
24
``` javascript
25
- import {VueEditor } from ' vue2-editor'
25
+ import { VueEditor } from ' vue2-editor'
26
26
27
27
// ... your code
28
28
```
@@ -52,11 +52,11 @@ editorToolbar | Array | ** _Too long for table. See toolbar example below_ | Us
52
52
import { VueEditor } from ' vue2-editor'
53
53
54
54
export default {
55
-
55
+
56
56
components: {
57
57
VueEditor
58
58
},
59
-
59
+
60
60
data () {
61
61
return {
62
62
content: ' <h1>Some initial content</h1>'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue2-editor" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " HTML editor using Vue.js 2.0 and Quill.js, an open source editor" ,
5
5
"keywords" : [
6
6
" vue" ,
You can’t perform that action at this time.
0 commit comments