File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 44<!-- ALL-CONTRIBUTORS-BADGE:END -->
55` Vue Router Keep-alive Helper ` is an automatic tool for managing cache pages in the ` Vue.js ` project, only one line of configuration code can be used.
66
7+ [ For Vue 3.x] ( https://github.com/Zippowxk/stack-keep-alive )
8+
79English | [ 简体中文] ( ./README_CN.md )
810
911### Why you need this helper:
@@ -63,8 +65,8 @@ createHelper({Vue, router});
6365
6466### TODO:
65671 . ` beforeRouteUpdate ` hook warning to users
66- 2 . Vue.js 3 support
67- 3 . unit testing support
68+ 2 . Vue.js 3 support ✅ 👉🏻 [ For Vue 3.x ] ( https://github.com/Zippowxk/stack-keep-alive )
69+ 3 . unit testing support ✅ 👉🏻 [ For Vue 3.x版本 ] ( https://github.com/Zippowxk/stack-keep-alive )
6870
6971### Sample code
7072
Original file line number Diff line number Diff line change 11# vue-router-keep-alive-helper
22` Vue Router Keep-alive Helper ` 是` Vue.js ` 项目中页面缓存自动管理工具,仅需一行配置代码即可使用。
33
4+ [ Vue 3.x版本] ( https://github.com/Zippowxk/stack-keep-alive )
5+
46[ English] ( ./README.md ) | 简体中文
57
68### 为什么需要本插件:
@@ -58,9 +60,9 @@ createHelper({Vue, router});
58602 . 增加打包脚本
5961
6062### TODO:
61- 1 . ` beforeRouteUpdate ` 钩子使用给出用户警告
62- 2 . 支持Vue.js 3 和 router 4
63- 3 . 支持单元测试
63+ 1 . ` beforeRouteUpdate ` 钩子使用给出用户警告
64+ 2 . 支持Vue.js 3 和 router 4 ✅ 👉🏻 [ Vue 3.x版本 ] ( https://github.com/Zippowxk/stack-keep-alive )
65+ 3 . 支持单元测试 ✅ [ Vue 3.x版本 ] ( https://github.com/Zippowxk/stack-keep-alive )
6466
6567### Sample code
6668
You can’t perform that action at this time.
0 commit comments