另外一个博客站点
摘要: Js下载 音乐文件 down () { // eslint-disable-next-line no-unused-vars let downUrl = this.$refs.audio.src // 音乐地址 : 例如: http://m10.music.126.net/2020111911183 阅读全文
posted @ 2020-11-19 10:57 z-7 阅读(1082) 评论(0) 推荐(0) 编辑
摘要: 找到 src-> router -> index.js 路由脚本 // 加入代码 scrollBehavior (to, from, savedPosition) { // 解决路由跳转后 会滚动到底部 if (savedPosition) { return savedPosition } else 阅读全文
posted @ 2020-11-19 10:41 z-7 阅读(1236) 评论(0) 推荐(0) 编辑
摘要: Vue-cli3 的打包性能优化 Vue-cli3.0的打包性能优化方案:https://juejin.im/post/5d42962be51d4561b84c00c3 提升90%加载速度——vuecli下的首屏性能优化:https://mp.weixin.qq.com/s/O4EVlKnYKRGw 阅读全文
posted @ 2020-11-19 10:21 z-7 阅读(1120) 评论(0) 推荐(0) 编辑
另外一个博客站点