MCPcopy Create free account
hub / github.com/MMmaXingXing/mini-vue / initProps

Function initProps

code/src/runtime-core/componentProps.ts:1–3  ·  view source on GitHub ↗
(instance, rawProps)

Source from the content-addressed store, hash-verified

1export const initProps = (instance, rawProps) => {
2 instance.props = rawProps || {};
3};

Callers 1

setupComponentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected