Skip to content
Vue Learning Path
Main Navigation
Docs
Learning Path
Appearance
Menu
Return to top
响应式 demo 清单
24.effectscope-detached-and-parent
—
effectScope(true)
不被父 scope 收集;
scope.parent
仅对非 detached 有效;
onScopeDispose(fn, true)
异步分支静默;SSR 安全的 scope 生命周期。
25.use-id-and-template-ref
— Vue 3.5+
useId()
SSR hydration 稳定 id;
useTemplateRef
类型推断 + shallowRef;表单 label/input 配对场景。