vue-keep icon indicating copy to clipboard operation
vue-keep copied to clipboard

缓存你的页面组件,使得可以比手机APP更好的体验效果

vue-keep

介绍

vue-keep可以帮助你实现前进刷新,返回时之前的页面还处于激活的状态,可以优化比app还要好的体验。在需要缓存页面组件的地方,将router-view替换为keep-router-view

language

中文
English

安装

支持 vue2.x/vue3.x

npm install @bye_past/vue-keep

快速上手

在线文档: https://byepasthub.github.io/vue-keep/zh/
在线示例: https://byepasthub.github.io/vue-keep/example