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.
getRegisteredVueOrDefault
1 parent 5484bb7 commit 3a1d992Copy full SHA for 3a1d992
src/runtimeContext.ts
@@ -39,7 +39,7 @@ export function getRegisteredVueOrDefault(): VueConstructor {
39
let constructor = vueConstructor || vueDependency
40
41
if (__DEV__) {
42
- assert(vueConstructor, `No vue dependency found.`)
+ assert(constructor, `No vue dependency found.`)
43
}
44
45
return constructor!
0 commit comments