🎯 4.1 this.$store.dispatch → useStore().dispatch への書き換え
this.$store.dispatch
useStore().dispatch
🎯 4.2 Composition API での useStore のモック方法
useStore
🎯 4.3 action / mutation / getter のテストパターン整理