vue-with-keep-alive
v2.4.0
Published
with keep-alive component
Downloads
32
Maintainers
Readme
vue-with-keep-alive
介绍
vue-with-keep-alive可以帮助你实现前进刷新,返回时之前的页面还处于激活的状态,可以像app一样的体验。哪里需要缓存,把router-view组件使用keep-router-view来替换。
language
中文
English
安装
vue2.x
npm install vue-with-keep-alive@2vue3.x
npm install vue-with-keep-alive快速上手
在线文档: https://byepasthub.github.io/vue-with-keep-alive/zh/
在线示例: https://byepasthub.github.io/vue-with-keep-alive/example
