6 lines
282 B
Plaintext
6 lines
282 B
Plaintext
---
|
|
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 |