Evan You пре 6 година
родитељ
комит
70656690e2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/compiler-core/src/transforms/vBind.ts

+ 1 - 1
packages/compiler-core/src/transforms/vBind.ts

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