Skip to content

Commit ac683d3

Browse files
committed
Fixed typing in readme
1 parent 2776653 commit ac683d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vue2-Editor 2.0 (In Development)
1+
# Vue2-Editor 2.0
22

33
![Vue2Editor-Centered](https://www.dropbox.com/s/7com4d32zct44nc/Vue2Editor-Centered.png?raw=1) HTML Editor using Vue.js 2.0 and Quilljs
44

example/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<button class="btn btn-primary" @click="toggleDisabled">Toggle Disabled</button>
1212
<div class="columns">
1313
<div class="editorWrapper column col-6 col-sm-12">
14-
<vue-editor :disabled="editorIsDisabled" v-model="editorContent"></vue-editor>
14+
<vue-editor v-model="editorContent"></vue-editor>
1515
<!-- <vue-editor v-model="editorContent" :editorToolbar="customToolbar"></vue-editor> -->
1616
<button class="btn btn-primary" @click="saveContent(editorContent)">Save</button>
1717
</div>

0 commit comments

Comments
 (0)