Skip to content

Commit 47c4aad

Browse files
authored
Merge pull request #57 from hectorj/patch-1
Fix createProxy call in README
2 parents 1373ca5 + d3d1049 commit 47c4aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const store = new Vuex.Store({
9292

9393
// Creating proxies.
9494
const vxm = {
95-
user: createProxy( UserStore ),
95+
user: createProxy( store, UserStore ),
9696
}
9797
```
9898

@@ -260,4 +260,4 @@ export class UserStore extends createModule({ target: "nuxt" }) {
260260
```
261261
262262
## See Old API
263-
[Old API >](old-api-readme.md)
263+
[Old API >](old-api-readme.md)

0 commit comments

Comments
 (0)