chore: format

This commit is contained in:
Evan You 2024-05-31 23:26:16 +08:00
parent 537a571f8c
commit f1cc478819
No known key found for this signature in database
GPG Key ID: B9D421896CA450FB
1 changed files with 1 additions and 1 deletions

View File

@ -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