Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Version 8.2.0
Browse files Browse the repository at this point in the history
- Introduce PropSync
- Introduce ReactiveProvide
- Introduce ReactiveInject
- Introduce Ref
  • Loading branch information
kaorun343 committed Jun 17, 2019
1 parent 5636777 commit 518c31e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-property-decorator",
"version": "8.1.1",
"version": "8.2.0",
"description": "property decorators for Vue Component",
"main": "lib/vue-property-decorator.umd.js",
"module": "lib/vue-property-decorator.js",
Expand Down
2 changes: 1 addition & 1 deletion src/vue-property-decorator.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** vue-property-decorator verson 8.1.1 MIT LICENSE copyright 2018 kaorun343 */
/** vue-property-decorator verson 8.2.0 MIT LICENSE copyright 2019 kaorun343 */
/// <reference types='reflect-metadata'/>
'use strict'
import Vue, { PropOptions, WatchOptions } from 'vue'
Expand Down

0 comments on commit 518c31e

Please sign in to comment.