vue-富文本 wangeditor

image.png

"wangeditor": "^4.6.5"





使用

 

import Wangeditor from './wangeditor'
components: { Wangeditor },
data() {
    return {
      WangeditorForm: {
        wordContent: '' // 初始值
      }
    }
 },
methods: {
  geteditor(html) {
      this.WangeditorForm.wordContent = html
      console.log(this.WangeditorForm.wordContent)
    }
}

你可能感兴趣的:(vue-富文本 wangeditor)