--- description: Specific rules for composables in the Vue 3 Composition API. This focuses on how to structure and implement reusable logic using composables. globs: src/composables/**/*.js --- - Use setup() function for component logic - Utilize ref and reactive for reactive state