Skip to content

Commit c2011ff

Browse files
committed
Removed checking for disabled becasue not needed and causing vuewarn
1 parent 24a6384 commit c2011ff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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.22",
3+
"version": "2.0.23",
44
"description": "HTML editor using Vue.js 2.0 and Quill.js, an open source editor",
55
"keywords": [
66
"vue",

src/VueEditor.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export default {
4848
mounted() {
4949
this.initializeVue2Editor()
5050
this.handleUpdatedEditor()
51-
this.checkForDisabled()
5251
},
5352
5453
watch: {

0 commit comments

Comments
 (0)