MCPcopy
hub / github.com/vuejs/core / querySelector

Method querySelector

packages/runtime-core/src/renderer.ts:139–139  ·  view source on GitHub ↗
(selector: string)

Source from the content-addressed store, hash-verified

137 parentNode(node: HostNode): HostElement | null
138 nextSibling(node: HostNode): HostNode | null
139 querySelector?(selector: string): HostElement | null
140 setScopeId?(el: HostElement, id: string): void
141 cloneNode?(node: HostNode): HostNode
142 insertStaticContent?(

Callers 15

compileToFunctionFunction · 0.80
runTestFunction · 0.80
runTestWithModifierFunction · 0.80
normalizeContainerFunction · 0.80
nodeOps.tsFile · 0.80
nodeOps.spec.tsFile · 0.80
vModel.spec.tsFile · 0.80
installCompatMountFunction · 0.80
hydration.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by 11

runTestFunction · 0.64
runTestWithModifierFunction · 0.64
runSharedTestsFunction · 0.64
getElementFunction · 0.64
waitForSelectorFunction · 0.64
classWhenTransitionStartFunction · 0.64
svgTransitionStartFunction · 0.64
assertPolygonFunction · 0.64
getColorFunction · 0.64
getInnerHTMLFunction · 0.64
htmlWhenTransitionStartFunction · 0.64