nuxt-community / nuxt-property-decorator

Property decorators for Nuxt (base on vue-property-decorator)
https://github.com/kaorun343/vue-property-decorator
MIT License
399 stars 34 forks source link

feat: Expose PropType from Vue #100

Open panteparak opened 2 years ago

panteparak commented 2 years ago

PropType are mainly used as a help tools when declaring a Prop that takes an interface type. This would allow PropType to be imported via nuxt-property-decorator instead from Vue

Closes #101