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 512ab8d commit dedc3b8Copy full SHA for dedc3b8
src/core/util/dom.js
@@ -12,7 +12,6 @@ const cacheNode = {};
12
export function getNode(el, noCache = false) {
13
if (typeof el === 'string') {
14
if (typeof window.Vue !== 'undefined') {
15
- window.Vue.version;
16
return find(el);
17
}
18
0 commit comments