diff --git a/packages/runtime-core/src/componentProps.ts b/packages/runtime-core/src/componentProps.ts index fbc4ca5bf..bc9f537cf 100644 --- a/packages/runtime-core/src/componentProps.ts +++ b/packages/runtime-core/src/componentProps.ts @@ -201,7 +201,7 @@ export function initProps( isStateful: number, // result of bitwise flag comparison isSSR = false, ): void { - const props: Data = {} + const props: Data = (instance.props = {}) const attrs: Data = createInternalObject() instance.propsDefaults = Object.create(null)