We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537a571 commit f1cc478Copy full SHA for f1cc478
packages/runtime-dom/src/directives/vModel.ts
@@ -85,7 +85,7 @@ export const vModelText: ModelDirective<
85
beforeUpdate(
86
el,
87
{ value, oldValue, modifiers: { lazy, trim, number } },
88
- vnode
+ vnode,
89
) {
90
el[assignKey] = getModelAssigner(vnode)
91
// avoid clearing unresolved text. #2302
0 commit comments