vueuse-best-practices.mdc 304 B

12345678
  1. ---
  2. description: Best practices for using VueUse composables
  3. globs: *.ts,*.vue
  4. alwaysApply: false
  5. ---
  6. - Use VueUse composables to enhance reactivity and performance
  7. - Consider reusing existing utility classes including vueuse to avoid duplication of code
  8. - The current tool package is in `src/utils/*.ts`