Files
school-developer/.cursor/rules/vueuse-best-practices.mdc
吴红兵 1f645dad3e init
2025-12-02 10:37:49 +08:00

8 lines
304 B
Plaintext

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