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 7b6485c commit 165f6c6Copy full SHA for 165f6c6
javascript/ql/src/semmle/javascript/frameworks/Vue.qll
@@ -81,6 +81,11 @@ module Vue {
81
kind = DataFlow::MemberKind::setter() and result = "set"
82
}
83
84
+ /**
85
+ * DEPRECATED. This class has been renamed to `Vue::Component`.
86
+ */
87
+ deprecated class Instance = Component;
88
+
89
/**
90
* A Vue component, such as a `new Vue({ ... })` call or a `.vue` file.
91
*
0 commit comments