Skip to content

Commit 8408a12

Browse files
Roserykazupon
authored andcommitted
Update plugins.md (vuejs#533)
change 'sotre' to 'store'
1 parent 709b46d commit 8408a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh-cn/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 插件
22

3-
Vuex 的 store 接受 `plugins` 选项,这个选项暴露出每次 mutation 的钩子。Vuex 插件就是一个函数,它接收 sotre 作为唯一参数:
3+
Vuex 的 store 接受 `plugins` 选项,这个选项暴露出每次 mutation 的钩子。Vuex 插件就是一个函数,它接收 store 作为唯一参数:
44

55
``` js
66
const myPlugin = store => {

0 commit comments

Comments
 (0)