]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: format
authorEvan You <yyx990803@gmail.com>
Fri, 31 May 2024 15:26:16 +0000 (23:26 +0800)
committerEvan You <yyx990803@gmail.com>
Fri, 31 May 2024 15:26:16 +0000 (23:26 +0800)
packages/runtime-dom/src/directives/vModel.ts

index 95685540a9625be19a33c63d715cba7fbb15f61e..98c33bb09627e0121a1c8d587a7b6f5d4605f76e 100644 (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