1.在src/下新建api文件夹,api/下新建index.js和public.js 在public.js中: 2.在index.js中: 3.在Login.vue中 ...
1.在src/下新建api文件夹,api/下新建index.js和public.js 在public.js中: 2.在index.js中: 3.在Login.vue中 ...
现象:使用 ES7 的 async/await 时报错, 原因是缺少ES7的babel转译解决方法:1. npm install babel-plugin-transform-runtime --sa ...
swiper,一款不错的轮播插件,支持移动端 官网api网址: http://www.swiper.com.cn/api/index.html 在vue中使用swiper, 有专门的一个npm包 ...
使用的是vue-fullpage插件 实现了移动端的单页滚动效果,支持横向滚动和纵向滚动,支持animate.css里的所有动画指令 参考地址:https://github.com/wendaos ...
经验: 给router-view加了个keep-alive导致组件缓存了,所以不会触发beforeDestory和destoryed ...