You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ You can use this options for customize VueWait behavior.
110
110
111
111
| Option Name | Type | Default | Description |
112
112
| ----------- | ---- | ------- | ----------- |
113
-
|`accessorName`|`String`|`"$wait"`| You can change this value to rename the accessor. E.g. if you rename this to `$w`, your `VueWait` methods will be accessible by `$w.isWaiting(..)` etc. |
113
+
|`accessorName`|`String`|`"$wait"`| You can change this value to rename the accessor. E.g. if you rename this to `$w`, your `VueWait` methods will be accessible by `$w.waits(..)` etc. |
114
114
|`useVuex`|`Boolean`|`false`| Use this value for enabling integration with `Vuex` store. When this value is true `VueWait` will store data in `Vuex` store and all changes to this data will be made by dispatching actions to store |
115
115
|`vuexModuleName`|`String`|`"wait"`| Name for `Vuex` store if `useVuex` set to true, otherwise not used. |
0 commit comments