promise.allでまとめる
await Promise.all([
store.dispatch('project/fetch'),
store.dispatch('client/fetch'),
store.dispatch('label/fetch'),
]);
await Promise.all([
store.dispatch('project/fetch'),
store.dispatch('client/fetch'),
store.dispatch('label/fetch'),
]);