mirror of https://github.com/vuejs/core.git
chore: format
This commit is contained in:
parent
537a571f8c
commit
f1cc478819
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue