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 f2112c7 commit e46ed68Copy full SHA for e46ed68
index.js
@@ -44,7 +44,6 @@ function componentFactory (Component, options) {
44
}
45
})
46
// find super
47
- var Super
48
var superProto = Object.getPrototypeOf(Component.prototype)
49
var Super = superProto instanceof Vue
50
? superProto.constructor
0 commit comments