Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhe141 committed Aug 23, 2024
1 parent d71753d commit e320f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/vnode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ export function guardReactiveProps(
): (Data & VNodeProps) | null {
if (!props) return null
return isProxy(props) || isInternalObject(props)
? extend({}, generateProps(props))
? generateProps(props)
: props
}

Expand Down

0 comments on commit e320f30

Please sign in to comment.