vue-wait
vue-wait copied to clipboard
Typo: vuex-example
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?