Skip to content

Commit 7651d50

Browse files
authored
docs(zh): wrong link to v3 docs in zh docs (#2129)
1 parent dea4e36 commit 7651d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Vuex 是什么?
22

33
::: tip 提示
4-
这是与 Vue 3 匹配的 Vuex 4 的文档。如果您在找与 Vue 2 匹配的 Vuex 3 的文档,[请在这里查看](https://vuex.vuejs.org/)
4+
这是与 Vue 3 匹配的 Vuex 4 的文档。如果您在找与 Vue 2 匹配的 Vuex 3 的文档,[请在这里查看](https://v3.vuex.vuejs.org/zh/)
55
:::
66

77
Vuex 是一个专为 Vue.js 应用程序开发的**状态管理模式 + 库**。它采用集中式存储管理应用的所有组件的状态,并以相应的规则保证状态以一种可预测的方式发生变化。

0 commit comments

Comments
 (0)