mirror of
https://gitee.com/gz-yami/mall4j.git
synced 2026-03-22 09:17:16 +08:00
编辑器报错
This commit is contained in:
@@ -208,7 +208,9 @@ export default {
|
||||
}
|
||||
},
|
||||
setContent (value) {
|
||||
window.tinymce.get(this.tinymceId).setContent(value)
|
||||
if (window.tinymce) {
|
||||
window.tinymce.get(this.tinymceId).setContent(value)
|
||||
}
|
||||
},
|
||||
getContent () {
|
||||
window.tinymce.get(this.tinymceId).getContent()
|
||||
|
||||
Reference in New Issue
Block a user