fix: address Vue review PR feedback

This commit is contained in:
Bujidao 2026-06-12 19:44:39 +08:00
parent 86e2a2061a
commit b5c088d639
5 changed files with 4 additions and 25 deletions

View file

@ -48,7 +48,7 @@ On a `.vue` / Vue-related PR, invoke both `vue-reviewer` and `typescript-reviewe
- Secret in client bundle (`VITE_*`, Nuxt `public` runtimeConfig)
- Server endpoint without input validation (Nuxt Nitro)
- `localStorage`/`sessionStorage` for session tokens
- Destructuring reactive props (breaks reactivity)
- Destructuring reactive props in Vue < 3.5 (breaks reactivity)
- `reactive()` object replacement (breaks watchers)
- Watcher source tracking a ref object instead of `.value`