File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ support [here](http://kangax.github.io/compat-table/es6/#test-WeakMap)
96
96
97
97
## How does it work?
98
98
99
- VuexFire uses a global mutations ` vuexfire/MUTATION ` to call the actual
100
- mutations to modify objects and arrays. It listen for updates to your firebase
101
- database and commit mutations to sync your state. Thanks to the action enhancer
102
- ` firebaseAction ` , it gets access to the local ` state ` and ` commit ` so it works
103
- with modules too :+1 :
99
+ VuexFire uses multiple global mutations prefixed by ` vuexfire/ ` to call the
100
+ actual mutations to modify objects and arrays. It listen for updates to your
101
+ firebase database and commit mutations to sync your state. Thanks to the action
102
+ enhancer ` firebaseAction ` , it gets access to the local ` state ` and ` commit ` so
103
+ it works with modules too :+1 :
104
104
105
105
## Examples
106
106
@@ -110,8 +110,8 @@ You can checkout the examples by opening the html files in your browser, or chec
110
110
111
111
### firebaseMutations
112
112
113
- This objects contain the global mutation ` vuexfire/MUTATION ` , and must be added
114
- in the root Store mutations object
113
+ This objects contains VuexFire internal mutations. They are all prefixed by
114
+ ` vuexfire/ ` . This object must be added in the root Store mutations object.
115
115
116
116
### bindFirebaseRef(key, ref[ , options] )
117
117
You can’t perform that action at this time.
0 commit comments