kaorun343 / vue-property-decorator

Vue.js and Property Decorator
MIT License
5.52k stars 380 forks source link

set prop type by reflect-metadata failed #365

Open Clloz opened 3 years ago

Clloz commented 3 years ago

import reflect-metadata before vue-property-decorator and Set emitDecoratorMetadata to true, but the prop type warning doesn't generate.

carcade commented 3 years ago

Any updates on this? Having the same issue, reflect-metadata is manually imported at file start.

yurikjke commented 3 years ago

Any updates on this? Having the same issue