nuxt-property-decorator
nuxt-property-decorator copied to clipboard
feat: Expose PropType from Vue
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