第1章: 書き換え前のコードの全体像を理解する


第2章: props / emit の基本書き換え (クラス → Composition API)


第3章: Vuexの書き換え (mapState / mapMutations → useStore)


第4章: 親子コンポーネント + Vuex の組み合わせ変換