热情黑米

文章
5
资源
0
加入时间
2年10月24天

富文本 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){