Skip to content

Commit dedc3b8

Browse files
Copilottrusktr
andauthored
Remove dead code in getNode Vue detection (#2631)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: trusktr <297678+trusktr@users.noreply.github.com>
1 parent 512ab8d commit dedc3b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/util/dom.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const cacheNode = {};
1212
export function getNode(el, noCache = false) {
1313
if (typeof el === 'string') {
1414
if (typeof window.Vue !== 'undefined') {
15-
window.Vue.version;
1615
return find(el);
1716
}
1817

0 commit comments

Comments
 (0)