vuejs / babel-plugin-transform-vue-jsx

babel plugin for vue 2.0 jsx
1.85k stars 132 forks source link

Typescript 'strict' mode breaks the code #134

Open sant123 opened 6 years ago

sant123 commented 6 years ago

Hi, I'm using the option below but I get this error:

image

Is there a way to solve it? I tried types/react but says props are not defined in the component PersonComponent

Thank you!