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

Function isAsyncWrapper

packages/runtime-core/src/apiAsyncComponent.ts:44–45  ·  view source on GitHub ↗
(i: ComponentInternalInstance | VNode)

Source from the content-addressed store, hash-verified

42}
43
44export const isAsyncWrapper = (i: ComponentInternalInstance | VNode): boolean =>
45 !!(i.type as ComponentOptions).__asyncLoader
46
47/*@__NO_SIDE_EFFECTS__*/
48export function defineAsyncComponent<

Callers 8

componentUpdateFnFunction · 0.90
unmountFunction · 0.90
hydrateNodeFunction · 0.90
setRefFunction · 0.90
setupStatefulComponentFunction · 0.90
pruneCacheFunction · 0.90
setupFunction · 0.90
renderSlotFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected