1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-09 23:08:55 +08:00

style(Tinymce): adapt with eslint

This commit is contained in:
insua 2018-06-01 15:27:03 +08:00
parent ef30356050
commit c1b6bcc886

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