]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix todo
authorEvan You <yyx990803@gmail.com>
Mon, 23 Sep 2019 03:31:35 +0000 (23:31 -0400)
committerEvan You <yyx990803@gmail.com>
Mon, 23 Sep 2019 17:29:52 +0000 (13:29 -0400)
packages/compiler-core/src/transforms/vBind.ts

index 1b131a32fe24e7a69b9f2fef66eb101b495b8778..d8a3894a0cdbc5388fe234538e7d62a18ffcdec0 100644 (file)
@@ -12,7 +12,7 @@ export const transformBind: DirectiveTransform = (dir, context) => {
     )
   }
   // TODO handle .prop modifier
-  // TODO handle .sync modifier
+  // TODO handle .camel modifier
   return {
     props: createObjectProperty(
       dir.arg!,