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 9f02ae2 commit 999f22fCopy full SHA for 999f22f
javascript/ql/lib/semmle/javascript/frameworks/Vue.qll
@@ -196,7 +196,7 @@ module Vue {
196
* Gets the options passed to the Vue object, such as the object literal `{...}` in `new Vue{{...})`
197
* or the default export of a single-file component.
198
*/
199
- deprecated DataFlow::Node getOwnOptionsObject() { none() } // overridden in subclasses
+ deprecated DataFlow::Node getOwnOptionsObject() { result = getOwnOptions().getARhs() }
200
201
/**
202
* Gets the class implementing this Vue component, if any.
0 commit comments