Skip to content

Commit

Permalink
fix watch
Browse files Browse the repository at this point in the history
  • Loading branch information
lpreterite committed Aug 1, 2017
1 parent 46ed5b8 commit 8cec60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vue-tinymce.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default {
backup: ''
}
},
watchs:{
watch:{
value(val){
if(this.status === CHANGED || this.status === INIT) return this.status = INPUT;
if(tinymce.get(this.id).initialized){
Expand Down

0 comments on commit 8cec60c

Please sign in to comment.