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

Function normalizeKey

packages/runtime-core/src/vnode.ts:436–437  ·  view source on GitHub ↗
({ key }: VNodeProps)

Source from the content-addressed store, hash-verified

434}
435
436const normalizeKey = ({ key }: VNodeProps): VNode['key'] =>
437 key != null ? key : null
438
439const normalizeRef = ({
440 ref,

Callers 2

createBaseVNodeFunction · 0.85
cloneVNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected