8000 [build] 6.3.2 · vuejs/vue-class-component@9ad0a95 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ad0a95

Browse files
committed
[build] 6.3.2
1 parent ca460c6 commit 9ad0a95

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dist/vue-class-component.common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-class-component v6.3.1
2+
* vue-class-component v6.3.2
33
* (c) 2015-present Evan You
44
* @license MIT
55
*/
@@ -11,7 +11,7 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'defau
1111

1212
var Vue = _interopDefault(require('vue'));
1313

14-
var reflectionIsSupported = typeof Reflect !== undefined && Reflect.defineMetadata;
14+
var reflectionIsSupported = typeof Reflect !== 'undefined' && Reflect.defineMetadata;
1515
function copyReflectionMetadata(to, from) {
1616
forwardMetadata(to, from);
1717
Object.getOwnPropertyNames(from.prototype).forEach(function (key) {

dist/vue-class-component.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-class-component v6.3.1
2+
* vue-class-component v6.3.2
33
* (c) 2015-present Evan You
44
* @license MIT
55
*/
@@ -11,7 +11,7 @@
1111

1212
Vue = Vue && Vue.hasOwnProperty('default') ? Vue['default'] : Vue;
1313

14-
var reflectionIsSupported = typeof Reflect !== undefined && Reflect.defineMetadata;
14+
var reflectionIsSupported = typeof Reflect !== 'undefined' && Reflect.defineMetadata;
1515
function copyReflectionMetadata(to, from) {
1616
forwardMetadata(to, from);
1717
Object.getOwnPropertyNames(from.prototype).forEach(function (key) {

4824 dist/vue-class-component.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0