style(Tinymce): adapt with eslint
parent
ef30356050
commit
c1b6bcc886
|
@ -52,7 +52,7 @@ export default {
|
|||
if (!this.hasChange && this.hasInit) {
|
||||
if (val === null) val = ''
|
||||
this.$nextTick(() =>
|
||||
window.tinymce.get(this.tinymceId).setContent(val||''))
|
||||
window.tinymce.get(this.tinymceId).setContent(val || ''))
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue