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

Commit 518c31e

Browse files
author
kaorun343
committed
Version 8.2.0
- Introduce PropSync - Introduce ReactiveProvide - Introduce ReactiveInject - Introduce Ref
1 parent 5636777 commit 518c31e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-property-decorator",
3-
"version": "8.1.1",
3+
"version": "8.2.0",
44
"description": "property decorators for Vue Component",
55
"main": "lib/vue-property-decorator.umd.js",
66
"module": "lib/vue-property-decorator.js",

src/vue-property-decorator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** vue-property-decorator verson 8.1.1 MIT LICENSE copyright 2018 kaorun343 */
1+
/** vue-property-decorator verson 8.2.0 MIT LICENSE copyright 2019 kaorun343 */
22
/// <reference types='reflect-metadata'/>
33
'use strict'
44
import Vue, { PropOptions, WatchOptions } from 'vue'

0 commit comments

Comments
 (0)