🟠 2.2 クラスと this
のしくみ → Vue クラスコンポーネント理解の土台
🟣 2.3 クロージャとスコープ → Composition API の理解につながる
📐 2.4 TypeScript の基本(型注釈、interface、type、union / intersection)
🟦 2.5 ユーティリティ型(Partial
, Pick
, Omit
, ReturnType
, Parameters
)
🟠 2.6 Generics と型推論、型ガード(infer
, 条件型)
🟢 2.7 Vue での型付けがなぜ安全なのか?(ref<number>()
, defineProps<{ ... }>()
の背景)