We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc7370 commit fb42e8eCopy full SHA for fb42e8e
README.md
@@ -1,6 +1,6 @@
1
-# vuex-router-sync
+# vuex-router-sync [](https://circleci.com/gh/vuejs/vuex-router-sync)
2
3
-> Effortlessly keep vue-router and vuex store in sync.
+> Sync vue-router's current $route as part of vuex store's state.
4
5
### Usage
6
@@ -22,7 +22,7 @@ sync(store, router) // done.
22
// bootstrap your app...
23
```
24
25
-You can set a custom vuex module name
+You can optionally set a custom vuex module name:
26
27
```js
28
sync(store, router, { moduleName: 'RouteModule' } )
circle.yml
@@ -0,0 +1,3 @@
+machine:
+ node:
+ version: 6
0 commit comments