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:
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…
x
Reference in New Issue
Block a user