富文本 wangeditor
import E from "wangeditor";import {filterXSS} from "xss"; //xss攻击 mounted(){ this.$nextTick(function () { let html = this.ruleForm.content this.init(html); }); }, methods: { async init(html){