Melvin
Defining props through typescript requires full dev server restart on change
Does anyone know if I need to configure our Nuxt application differently when using Typescript to define the props of a component?
Now, when I add, rename or remove a prop in the TableProps interface I have to restart the whole dev server in order for the prop to be correctly noticed by Vue...
5 replies