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 76c38a5 commit f7f69dcCopy full SHA for f7f69dc
javascript/ql/lib/semmle/javascript/frameworks/Vue.qll
@@ -39,7 +39,7 @@ module Vue {
39
MkVueInstance(DataFlow::NewNode def) { def = vueLibrary().getAnInstantiation() } or
40
MkExtendedVue(VueExtend extend) or
41
MkExtendedInstance(VueExtend extend, DataFlow::NewNode sub) {
42
- sub = extend.getAnInstantiation()
+ sub = extend.getReturn().getAnInstantiation()
43
} or
44
MkComponentRegistration(DataFlow::CallNode def) { def = vueLibrary().getMember("component").getACall() } or
45
MkSingleFileComponent(VueFile file)
0 commit comments