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
Hello!
In examples/vuex-example/main.vue there is ...mapWaitingActions({ incrementAsync: 'incrementing count', }), , where string is "incrementing count", but in usage above there is <v-wait for="incrementing" message='incrementing...'>, where "for" is equal to "incrementing". I think it should be equal to "incrementing count". Could you please fix this?
The text was updated successfully, but these errors were encountered:
Hello!
In examples/vuex-example/main.vue there is
...mapWaitingActions({ incrementAsync: 'incrementing count', }),
, where string is"incrementing count"
, but in usage above there is<v-wait for="incrementing" message='incrementing...'>
, where "for" is equal to"incrementing"
. I think it should be equal to"incrementing count"
. Could you please fix this?The text was updated successfully, but these errors were encountered: