We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea4e36 commit 7651d50Copy full SHA for 7651d50
docs/zh/index.md
@@ -1,7 +1,7 @@
1
# Vuex 是什么?
2
3
::: tip 提示
4
-这是与 Vue 3 匹配的 Vuex 4 的文档。如果您在找与 Vue 2 匹配的 Vuex 3 的文档,[请在这里查看](https://vuex.vuejs.org/)。
+这是与 Vue 3 匹配的 Vuex 4 的文档。如果您在找与 Vue 2 匹配的 Vuex 3 的文档,[请在这里查看](https://v3.vuex.vuejs.org/zh/)。
5
:::
6
7
Vuex 是一个专为 Vue.js 应用程序开发的**状态管理模式 + 库**。它采用集中式存储管理应用的所有组件的状态,并以相应的规则保证状态以一种可预测的方式发生变化。
0 commit comments