We could use it to hide some User properties in forms with a defineForm() helper that disallows hidden properties in form definitions.
We could use it to hide some User properties in forms with a defineForm() helper that disallows hidden properties in form definitions.
`const validationSchema = matches
`const validationSchema = matches
Bonus: when using this combined with `<component :is>`, it's now typed way more strictly.
Bonus: when using this combined with `<component :is>`, it's now typed way more strictly.
2/n
2/n
1️⃣ In nuxt.config.ts, manually add an include rule for the generated tsconfig.json. This will be prepended to the 'include' list in tsconfig.json, making types in matching files more important.
1/n
1️⃣ In nuxt.config.ts, manually add an include rule for the generated tsconfig.json. This will be prepended to the 'include' list in tsconfig.json, making types in matching files more important.
1/n