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

Function isRuntimeOnly

packages/runtime-core/src/component.ts:991–991  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

989
990// dev only
991export const isRuntimeOnly = (): boolean => !compile
992
993export function finishComponentSetup(
994 instance: ComponentInternalInstance,

Callers 5

compatConfig.tsFile · 0.90
validateCompatConfigFunction · 0.90
setupStatefulComponentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected