Skip to content

Commit 54f2b8f

Browse files
committed
chore: update 0.1.0
1 parent 777424f commit 54f2b8f

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README_CN.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,18 @@ createHelper({Vue, router});
5555
createHelper({Vue, router, replaceStay:["/home","/cart","/mine"]});
5656
```
5757

58+
5859
### 更新日志
60+
61+
#### v0.1.0
62+
1. 支持transition组件,支持模拟原生前进后退动画
5963
#### v0.0.21
6064
1. 支持非全局keep-alive路由
6165
2. 增加打包脚本
6266

63-
### TODO:
64-
1. `beforeRouteUpdate` 钩子使用给出用户警告
65-
2. 支持Vue.js 3 和 router 4 ✅ 👉🏻[Vue 3.x版本](https://github.com/Zippowxk/stack-keep-alive)
66-
3. 支持单元测试 ✅ [Vue 3.x版本](https://github.com/Zippowxk/stack-keep-alive)
67+
### 已知问题
68+
69+
1. 不支持 `<router-link/>` 组件
6770

6871
### Sample code
6972

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-router-keep-alive-helper",
3-
"version": "0.0.28",
3+
"version": "0.1.0",
44
"description": "Auto destroy keepAlive components when go back",
55
"main": "dist/index.js",
66
"module": "dist/helper.esm.js",

0 commit comments

Comments
 (0)