Skip to content

Commit d3d1049

Browse files
authored
Fix createProxy call in README
1 parent 1373ca5 commit d3d1049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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)