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 709b46d commit 8408a12Copy full SHA for 8408a12
docs/zh-cn/plugins.md
@@ -1,6 +1,6 @@
1
# 插件
2
3
-Vuex 的 store 接受 `plugins` 选项,这个选项暴露出每次 mutation 的钩子。Vuex 插件就是一个函数,它接收 sotre 作为唯一参数:
+Vuex 的 store 接受 `plugins` 选项,这个选项暴露出每次 mutation 的钩子。Vuex 插件就是一个函数,它接收 store 作为唯一参数:
4
5
``` js
6
const myPlugin = store => {
0 commit comments