Vue3 新特性
Vue 3.2 ~ 3.5 重点新特性全梳理。覆盖编译时宏(script setup / defineProps / defineEmits / defineExpose / defineModel 3.4+ / defineOptions 3.3+ / defineSlots 3.3+)、组合式 API 增强(useTemplateRef 3.5+ / useId 3.5+ / 响应式 props 解构 3.5+ / effectScope)、模板与样式新特性(v-memo 3.2+ / CSS 变量 v-bind 3.2+)、响应式系统进阶 API(toRef / toValue / shallowRef / markRaw)、内置组件(Teleport / Suspense / Fragment)、3.4 性能大重构(重写模板解析器 / 解析速度提升 2 倍 / 包体积下降 50%),以及 Pinia 状态管理在 Vue3 生态的推荐位置。