Преглед на файлове

Merge pull request #49 from zigomir/patch-2

API changes
Evan You преди 9 години
родител
ревизия
d645bb9067
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/en/actions.md

+ 1 - 1
docs/en/actions.md

@@ -49,7 +49,7 @@ Note any arguments passed to the action is also passed along to the mutation han
 For actions that involve logic depending on current state, or that need async operations, we define them as functions. Action functions always get the store calling it as the first argument:
 
 ``` js
-const vuex = new Vuex({
+const vuex = new Vuex.Store({
   state: {
     count: 1
   },