logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue-awesome-swiper使用出现的

vue-cli版本为 4.3 安装vue-awesome-swiper时没有指定版本,引发以下两个错误1.图片不能再一行显示2.图片无法滑动原因:版本冲突、且css文件路径错误解决办法:之前安装的swiper依赖删掉,通过npm install vue-awesome-swiper@2.6.7 -S安装固定版本补充说明: github上指定的swiper3版本对应...

vue-常见错误解决

1.运行vue时浏览器报错Unknown custom element: <custom-select> - did you register the component correctly? For recursive components, make sure to provide the "name" option原因:被引用的组件页面没有进行export,导致寻找不到浏览器..

到底了