1
0
Эх сурвалжийг харах

fix naming consistency in documentation example

`vuex` -> `store`
Kyle Stevenson 9 жил өмнө
parent
commit
d1b9ee29f9
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      docs/en/actions.md

+ 1 - 1
docs/en/actions.md

@@ -133,4 +133,4 @@ actions: {
 }
 ```
 
-Again, all the component needs to do to perform the entire checkout is just calling `vuex.actions.checkout(products)`.
+Again, all the component needs to do to perform the entire checkout is just calling `store.actions.checkout(products)`.