vue3-task-manager icon indicating copy to clipboard operation
vue3-task-manager copied to clipboard

Results 1 vue3-task-manager issues
Sort by recently updated
recently updated
newest added

I was reading your [article](https://soshace.com/building-web-apps-with-vue-3-composition-api-typescript-vuex4-0/) (great, btw!) and following along. I noticed that [you specify the type](https://github.com/emmanuelhashy/vue3-task-manager/blob/5134f3c70a18f146f180230adccb5f033b6c22dc/src/store/actions.ts#L28) as `ActionTree & Actions`. But if you wanted to do an action with...