فهرست منبع

Merge pull request #39 from kylestev/patch-1

fix naming consistency in documentation example
Evan You 9 سال پیش
والد
کامیت
ee390d9b34
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)`.