WangEditor富文本编辑器集成

第一步:准备一个盒子

          

第二步:编写异步代码

      this.$nextTick(()=>{
        const editor=new E("#div1")
        editor.create()
      })

大功告成:

WangEditor富文本编辑器集成_第1张图片

获取编辑器里的值,然后赋值给实体:

this.form.content=editor.txt.html()

你可能感兴趣的:(项目,数据库,mysql,sql)