style(Tinymce): adapt with eslint

pull/732/head
insua 2018-06-01 15:27:03 +08:00
parent ef30356050
commit c1b6bcc886
1 changed files with 1 additions and 1 deletions

View File

@ -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 || ''))
}
}
},