fix: remove if condition
parent
c1b6bcc886
commit
2b67062ede
|
@ -50,7 +50,6 @@ export default {
|
|||
watch: {
|
||||
value(val) {
|
||||
if (!this.hasChange && this.hasInit) {
|
||||
if (val === null) val = ''
|
||||
this.$nextTick(() =>
|
||||
window.tinymce.get(this.tinymceId).setContent(val || ''))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue