Create Adaptable Composable
创建库级 Vue 组合式函数,接受可能响应式的输入(MaybeRef / MaybeRefOrGetter),使调用者可传入普通值、ref 或 getter。在响应式效果(watch/watchEffect)中使用 toValue()/toRef() 规范化输入,以保持行为可预测且响应式。当用户要求创建可适配或可...
安装命令
npx skills add https://github.com/vuejs-ai/skills --skill create-adaptable-composable