vue html5 edi,Vue使用wangEdiotr富文本编辑器+富文本图片上传到oss
下载wangEdiotrnpm i wangeditor --save为了在项目中统一使用,我将其封装成组件,方便调用,oss的配置在上篇文章有 传送门import {client} from "../../util/js/ali_oss.js";import E from "wangeditor";export default {data() {return {editor: "",editor...