@afeefa/vue-app 0.0.95 → 0.0.96
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.96
|
package/package.json
CHANGED
@@ -16,6 +16,11 @@ export class ApiAction extends ApiResourcesApiAction {
|
|
16
16
|
return this
|
17
17
|
}
|
18
18
|
|
19
|
+
minDuration (duration) {
|
20
|
+
this._minDuration = duration
|
21
|
+
return this
|
22
|
+
}
|
23
|
+
|
19
24
|
dispatchGlobalLoadingEvents (dispatch = true) {
|
20
25
|
this._dispatchGlobalLoadingEvents = dispatch
|
21
26
|
return this
|