|
|
@@ -4,7 +4,7 @@ import { createCompilerError, ErrorCodes } from '../errors'
|
|
|
import { camelize } from '@vue/shared'
|
|
|
import { CAMELIZE } from '../runtimeHelpers'
|
|
|
|
|
|
-// v-bind without arg is handled directly in ./element.ts due to it affecting
|
|
|
+// v-bind without arg is handled directly in ./transformElements.ts due to it affecting
|
|
|
// codegen for the entire props object. This transform here is only for v-bind
|
|
|
// *with* args.
|
|
|
export const transformBind: DirectiveTransform = (dir, node, context) => {
|