मुख्य सामग्री पर जाएँ
यह सामग्री अभी आपकी भाषा में उपलब्ध नहीं है और अंग्रेज़ी में दिखाई जा रही है।

Create Adaptable Composable

Plugin सत्यापित
95
इसका हिस्सा:Vue.js Skills

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 1 month ago
2.4k stars
MIT
2 days ago को अपडेट किया गया
सोर्स देखें