Relative Content

Tag Archive for typescriptvue.jsjsxvue-composition-apitsx

Typing variable inside VueJS compositionAPI and Tsx

im using VueJS + Typescript + JSX.
The problem is: We defined props type by typescript already, can we ignore the props value inside defineComponent ?
This make no sense when you have to type the variable in both typescript and defineComponent right ?