vue-element-template tinymce

无法调用 getContent里面的window.tinymce.get(this.tinymceId).getContent();

这里是修改过的 ,需要添加return

 getContent() {
      return window.tinymce.get(this.tinymceId).getContent();
    },
posted @ 2020-02-13 21:40  阿臻  阅读(1020)  评论(0编辑  收藏  举报