Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
const
initProps = (instance, rawProps) => {
2
instance.props = rawProps || {};
3
};
Callers
1
setupComponent
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected