Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer authored Apr 6, 2017
1 parent df8194d commit 4036329
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@ editorToolbar | Array | ** _Too long for table. See toolbar example below_ | Us
<script>
import { VueEditor } from 'vue2-editor'
export default {
components: {
VueEditor
VueEditor
},
export default {
data() {
data() {
return {
content: '<h1>Some initial content</h1>'
}
Expand Down

0 comments on commit 4036329

Please sign in to comment.