Releases: kaorun343/vue-property-decorator
Releases · kaorun343/vue-property-decorator
v8.3.0
- Update vue-class-component #266 #262
- Fix Provide/ProvideReactive compatibility #264 #249
v8.2.2
- #246 Move Vue dependency into
devDependency
v8.2.0
- #204 Add
@PropSync
decorator
- #205 Add
@ProvideReactive
and @InjectReactive
decorator
- #208 Add
@Ref
decorator
v8.1.1
- #201 fix @emit return value to make it transparent
v8.1.0
* Support `reflect-metadata` again
v7.3.0
- Support multiple watch options
v7.2.0
- Support emitting a value inside of
Promise