跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Create Adaptable Composable

Plugin 已验证
95

Create a library-grade Vue composable that accepts maybe-reactive inputs (MaybeRef / MaybeRefOrGetter) so callers can pass a plain value, ref, or getter. Normalize inputs with toValue()/toRef() inside reactive effects (watch/watchEffect) to keep behavior predictable and reactive. Use this skill when user asks for creating adaptable or reusable composables.

AI 摘要

This skill details how to create reusable Vue composables that can accept both reactive and non-reactive inputs using Vue's `MaybeRef` and `MaybeRefOrGetter` types, normalized with `toValue()` and `toRef()`. It includes type definitions and code examples for implementing this pattern.

Maintenance

  • warning:Commit recencyNo commits found in the last 90 days (last commit date is unavailable).

安装

请先添加 Marketplace

/plugin marketplace add vuejs-ai/skills
/plugin install create-adaptable-composable@vue-skills
about 2 months ago
2.4k stars
MIT
更新于 6 days ago
查看源代码