mobxjs / mobx-vue

🐉 Vue bindings for MobX
MIT License
475 stars 22 forks source link

Lost all of types in <vue-template> when component options wrapped by observer #109

Open Kane-Kuroneko opened 10 months ago

Kane-Kuroneko commented 10 months ago

image image

I'm programing vue via Webstorm , and once I have wrapped vue component , won't hint all of properties anymore . And when I using defineComponent to wrap , hint are working correcttly Is that a bug or intentional ?