vue-element-template tinymce

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

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

 getContent() {
      return window.tinymce.get(this.tinymceId).getContent();
    },

Related Posts

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注