Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhe141 committed Sep 26, 2024
1 parent 74bd014 commit e5dbce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-dom/src/patchProp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ function shouldSetAsProp(
if (isNativeOn(key) && isString(value)) {
return false
}

if (key in el) {
return true
}
Expand Down

0 comments on commit e5dbce5

Please sign in to comment.