Releases: kaorun343/vue-property-decorator
Releases · kaorun343/vue-property-decorator
v7.1.0
- Update the behavior of
@Emit
decorator
v7.0.0
Since this version, reflect-metada
is not included, so @Prop
cannot set a type
opinion implicitly.
Whereas, there have been reported some issues related to reflect-metada
, so these issues will be solved.
v6.1.0
- update
vue
to v2.5
- update
@Inject
decorator
v6.0.0
- update
vue-class-component
to v6.0.0