Skip to content

Commit 9fa4aaa

Browse files
author
OmniBug
committed
chore: update readme for vue3 version
1 parent a526712 commit 9fa4aaa

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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+
79
English | [简体中文](./README_CN.md)
810

911
### Why you need this helper:
@@ -63,8 +65,8 @@ createHelper({Vue, router});
6365

6466
### TODO:
6567
1. `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

README_CN.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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});
5860
2. 增加打包脚本
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

0 commit comments

Comments
 (0)