We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd6366 commit 07eff38Copy full SHA for 07eff38
src/component.ts
@@ -109,10 +109,10 @@ const reservedPropertyNames = [
109
]
110
111
function forwardStaticMembersAndCollectReflection (
112
- Extended: typeof Vue,
113
- Original: typeof Vue,
114
- Super: typeof Vue,
115
- reflectionMap: ReflectionMap
+ Extended: typeof Vue,
+ Original: typeof Vue,
+ Super: typeof Vue,
+ reflectionMap: ReflectionMap
116
): void {
117
// We have to use getOwnPropertyNames since Babel registers methods as non-enumerable
118
Object.getOwnPropertyNames(Original).forEach(key => {
0 commit comments