随笔分类 - 前端
HTML、CSS+DIV、JavaScript、JQuery
摘要:一、安装 npm npm install compressorjs yarn yarn add compressorjs 二、使用 示例使用阿里云OSS上传 在Vant项目中使用 <template> <van-uploader v-model="uploadImage" :max-count="u
阅读全文
摘要:yarn升级版本命令: yarn set version 1.22.19 经测试,该方法有效。 之前测试过使用npm的方法无效: npm i -g yarn@1.22.19
阅读全文
摘要:效果展示 默认按钮 确定 取消 自定义文字 提交 取消 按钮位置 取消 确定 FormFooter.vue <template> <div class="form-footer" :class="className"> <el-button :size="size" @click="onCancel
阅读全文