Skip to content

Commit 0501d92

Browse files
committed
Fixes to readme
1 parent 4036329 commit 0501d92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ yarn add vue2-editor
2222
# Usage
2323

2424
```javascript
25-
import {VueEditor} from 'vue2-editor'
25+
import { VueEditor } from 'vue2-editor'
2626

2727
//... your code
2828
```
@@ -52,11 +52,11 @@ editorToolbar | Array | ** _Too long for table. See toolbar example below_ | Us
5252
import { VueEditor } from 'vue2-editor'
5353
5454
export default {
55-
55+
5656
components: {
5757
VueEditor
5858
},
59-
59+
6060
data() {
6161
return {
6262
content: '<h1>Some initial content</h1>'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue2-editor",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "HTML editor using Vue.js 2.0 and Quill.js, an open source editor",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)