摘要:生成海报:1、上传海报样式;2、自定义海报二维码位置、大小;3、实时预览 MakePoster.vue 组件代码 1 <template> 2 <div> 3 <a-row> 4 <a-col :span="12"> 5 <a-form-model 6 ref="ruleForm" 7 :model
阅读全文
摘要:lineHeight.js: 1 import Quill from "quill"; 2 let Parchment = Quill.import("parchment"); 3 console.log(Parchment); 4 class lineHeightAttributor extend
阅读全文
摘要:QuillEditor 组件封装: 需要 使用 npm 安装依赖: "vue-quill-editor": "^3.0.6", "quill-image-resize-module": "^3.0.0", QuillEditor .vue 代码: 1 <template> 2 <div> 3 <qu
阅读全文
摘要:html: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
阅读全文