Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 31, 2024
1 parent 537a571 commit f1cc478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-dom/src/directives/vModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const vModelText: ModelDirective<
beforeUpdate(
el,
{ value, oldValue, modifiers: { lazy, trim, number } },
vnode
vnode,
) {
el[assignKey] = getModelAssigner(vnode)
// avoid clearing unresolved text. #2302
Expand Down

0 comments on commit f1cc478

Please sign in to comment.