Vue 3 + Typescript: Data with Custom Types
Now that we know how to define custom types, it’s time for us to apply our new abilities to Vue itself! To start, we will be taking a look at the data option first.
The Problem
When we open up EventDetails.vue, one of the problems that might not be i...
philipdevblog.hashnode.dev6 min read