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

Commit 5c4c454

Browse files
author
kaorun343
committed
Version 7.3.0
* Update to `@Watch` decorator to support multiple watch options
1 parent 891e526 commit 5c4c454

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": "7.2.0",
3+
"version": "7.3.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 7.2.0 MIT LICENSE copyright 2018 kaorun343 */
1+
/** vue-property-decorator verson 7.3.0 MIT LICENSE copyright 2018 kaorun343 */
22

33
'use strict'
44
import Vue, { PropOptions, WatchOptions } from 'vue'

0 commit comments

Comments
 (0)