vue router keep alive helper:Vue.js缓存自动管理插件自动创建、销毁缓存页面 源码
Vue路由器保持活动帮助器 Vue Router Keep-alive Helper是用于管理Vue.js项目中的缓存页面的自动工具,只能使用一行配置代码。 English | 为什么需要此帮手: 当使用vue-router开发Vue.js的SPA项目时, 总是用于缓存已路由的页面,有三个选项来管理其中的缓存树, include - Only components with matching names will be cached. exclude - Any component with a matching name will not be cached. max - The maximum number of component instances to cache. 但是这些选项仅在简单情况下有用,否则它们是无用的,例如: 路由返回时销毁当前页面
文件列表
vue-router-keep-alive-helper-main.zip
(预估有个24文件)
vue-router-keep-alive-helper-main
.babelrc
241B
rollup.config.js
914B
package.json
1KB
README_CN.md
3KB
package-lock.json
212KB
dist
helper.esm.js.map
19KB
index.js
6KB
index.js.map
19KB
暂无评论