Skip to content

Commit 2c19179

Browse files
committed
style: 删除多余分行
1 parent d800d21 commit 2c19179

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/runtime-core/src/componentProps.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ export function patchComponentAttrs(attrs, newProps) {
8585
}
8686

8787
// 删除没用的key
88-
8988
for (const key in attrs) {
9089
if (!(key in newProps)) {
9190
delete attrs[key]

0 commit comments

Comments
 (0)