2020年11月27日
摘要: import { Toast } from 'vant' import 'vant/lib/index.css' Vue.use(Toast); 页面中 this.$toast("提示"); 阅读全文
posted @ 2020-11-27 18:16 田间麦籽 阅读(3143) 评论(0) 推荐(0) 编辑
摘要: 问题出在 main.js 中 import 'swiper/css/swiper.css' 这句话上 因为安装的swiper依赖中没有对应的swiper.css 应该替换为 import 'swiper/swiper-bundle.css' 阅读全文
posted @ 2020-11-27 13:59 田间麦籽 阅读(2686) 评论(0) 推荐(0) 编辑