摘要:
https://www.cnblogs.com/xyyt/p/10431173.html http://kouss.com/vue-no-cache.html 解决Vue入口文件index.html缓存问题 2018年11月16日 爱搞机 7533次浏览 之前每次更新tool.chaozhi.hk的 阅读全文
摘要:
https://www.jianshu.com/p/5f9db6b8914b 有时候在项目中我们需要在页面完成一些操作后,进行页面刷新.文中重点介绍provide / inject组合是vue2.2.0新增的api 解决方案以及出现的问题 1.this.$router.go(0). 通过路由跳转的方 阅读全文
摘要:
https://blog.csdn.net/namechenfl/article/details/90370596 使用keepAlive缓存页面,一可以减少服务器请求次数,二则可以在用户返回上一页后记忆到上次浏览位置(ios端微信浏览器不适用,不兼容,需要另行配置:见例子(1)) keep-ali 阅读全文
摘要:
vue 路由传参 params 与 query两种方式的区别 vue 路由传参 params 与 query两种方式的区别 初学vue的时候,不知道如何在方法中跳转界面并传参,百度过后,了解到两种方式,params 与 query。然后,错误就这么来了: router文件下index.js里面,是这 阅读全文
摘要:
https://www.jianshu.com/p/b77db7b74987 https://blog.csdn.net/u014263809/article/details/86063035 缓存,监听,全局store传参 阅读全文
摘要:
https://segmentfault.com/q/1010000010340823 为什么要有 hash 和 history 对于 Vue 这类渐进式前端开发框架,为了构建 SPA(单页面应用),需要引入前端路由系统,这也就是 Vue-Router 存在的意义。前端路由的核心,就在于 —— 改变 阅读全文
摘要:
https://github.com/jaweii/Vue-Layout https://github.com/L-Chris/vue-design https://github.com/fireyy/vue-page-designer https://github.com/OXOYO/X-Page 阅读全文
摘要:
https://blog.csdn.net/qq_42618566/article/details/91045282 返回上一页 https://blog.csdn.net/weixin_42406046/article/details/83579263 缓存路径 https://www.cnblo 阅读全文
摘要:
renderHeaderBig(h, { column, $index }) { // console.log(column.label); return h("div",{ class: { 'text_overflowd': true, }, // style:'width:100px;', } 阅读全文