DEV Community

Discussion on: Scaffolding an App with Vue 3, Nuxt and TypeScript

Collapse
 
pawelmiczka profile image
Paweł Miczka • Edited

There is bult-in PropType (more here: vuejs.org/v2/guide/typescript.html...) for TypeScript's Vue objects in props. I suggest using this.

Collapse
 
iamschulz profile image
Daniel Schulz

thanks, good catch! I'll update the article as soon as I get to it.