Evan You 6 лет назад
Родитель
Сommit
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 .prop modifier
-  // TODO handle .sync modifier
+  // TODO handle .camel modifier
   return {
   return {
     props: createObjectProperty(
     props: createObjectProperty(
       dir.arg!,
       dir.arg!,