Skip to content

Commit

Permalink
chore: remove unnecessary return
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 committed Nov 29, 2024
1 parent 005a87d commit b5fc590
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/runtime-vapor/src/dom/prop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export function setDOMProp(el: any, key: string, value: any): void {
}
}
needRemove && el.removeAttribute(key)
return value
}

export function setDynamicProp(el: Element, key: string, value: any): void {
Expand Down

0 comments on commit b5fc590

Please sign in to comment.