3.1 クラスでのVuex利用(mapState / mapMutationsなど)

3.2 Composition APIでのVuex利用(useStore)

3.3 型付きuseStoreの作り方(コンポーザル関数useCounterStore.tsの設計)

3.4 コード比較(Before / After)