chore: fix todo

This commit is contained in:
Evan You 2019-09-22 23:31:35 -04:00
parent 8d4b718f9e
commit 70656690e2

View File

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