🟣 3.1 クラスコンポーネントとは? → @Component, @Prop, data, computed, methods

🟠 3.2 this に集約する設計と、そのメリット・デメリット

🛠️ 3.3 this.$store, this.$router, this.$emit の仕組み

🌀 3.4 ライフサイクルフック(mounted, created, destroyed など)と this の関係

📡 3.5 コンポーネント間のデータ受け渡し(props / emits / event bus

🏚️ 3.6 クラス設計でありがちな課題 → this の肥大化とロジックの分散問題