Skip to content

Commit e46ed68

Browse files
committed
remove unused def
1 parent f2112c7 commit e46ed68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ function componentFactory (Component, options) {
4444
}
4545
})
4646
// find super
47-
var Super
4847
var superProto = Object.getPrototypeOf(Component.prototype)
4948
var Super = superProto instanceof Vue
5049
? superProto.constructor

0 commit comments

Comments
 (0)