mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix: address Vue review PR feedback
This commit is contained in:
parent
86e2a2061a
commit
b5c088d639
5 changed files with 4 additions and 25 deletions
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue