admin/src/components/common/RichEditor.vue @@ -281,7 +281,10 @@ }, watch: { richData: function (value) { console.error(value) this.$nextTick(() => { this.html = value }) }, readonly: function (value) { this.readonly = value