Fork me on GitHub
摘要: 1. npm install @vueup/vue-quill@alpha --save 2. 在main.js中全局引入 import { QuillEditor } from '@vueup/vue-quill' import '@vueup/vue-quill/dist/vue-quill.s 阅读全文
posted @ 2022-07-21 10:01 欢欢11 阅读(4624) 评论(0) 推荐(0) 编辑
摘要: 1. 转换成二进制 const requestMethod = (file) => { let reader = new FileReader(); reader.readAsArrayBuffer(file.raw); reader.onload = function (event) { cons 阅读全文
posted @ 2022-07-21 09:58 欢欢11 阅读(96) 评论(0) 推荐(0) 编辑