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

Function recursiveGetSubtree

packages/runtime-core/src/components/BaseTransition.ts:142–145  ·  view source on GitHub ↗
(instance: ComponentInternalInstance)

Source from the content-addressed store, hash-verified

140}
141
142const recursiveGetSubtree = (instance: ComponentInternalInstance): VNode => {
143 const subTree = instance.subTree
144 return subTree.component ? recursiveGetSubtree(subTree.component) : subTree
145}
146
147const BaseTransitionImpl: ComponentOptions = {
148 name: `BaseTransition`,

Callers 1

setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected