摘要: 1、正常上传 <template> <div class="upload-wrapper"> <div v-if="!imgUrl" class="noneData"> <div @click="openLocals"> <img src="./imgs/icon_jh.png" alt=""> < 阅读全文
posted @ 2019-06-14 15:37 温如其玉 阅读(3179) 评论(0) 推荐(0) 编辑
摘要: 1、封装拖拽组件 2、需要使用的页面中页面组件 阅读全文
posted @ 2019-06-14 15:32 温如其玉 阅读(5180) 评论(0) 推荐(0) 编辑
摘要: 1.安装swiper npm install swiper 2.在组件中引入swiper import 'swiper/dist/css/swiper.min.css' import Swiper from "swiper" //版本是用的:"swiper": "^4.5.0" 3.页面的代码 <t 阅读全文
posted @ 2019-06-14 15:06 温如其玉 阅读(7488) 评论(2) 推荐(1) 编辑