Skip to content

Commit 09cff3a

Browse files
author
anthinkingcoder
committed
no message
1 parent a8576b2 commit 09cff3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ $ npm install vuex-loadings -s
1010
```
1111
## Know
1212
Simplify vuex loading state management need two step:
13-
1.use ```vxl.aopLoading(commit,loadingName,fn,isPromise)``` to proxy fn, simplify loading state change
13+
14+
1.use ```vxl.aopLoading(commit,loadingName,fn,isPromise)``` to proxy fn, simplify loading state change
15+
1416
2.use ```vxl.mixin({state,getters,mutations},stateObj)``` to automatic set loading state,loading getter,loading mutation for stateObj
1517

1618
## Example

0 commit comments

Comments
 (0)