Skip to content

Commit 6e0b6a4

Browse files
committed
clean
1 parent 0bb0c2c commit 6e0b6a4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: src/compiler/codegen/index.ts

-6
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,6 @@ export function genElement(el: ASTElement, state: CodegenState): string {
149149
}
150150
}
151151

152-
function checkBindingType(bindings: BindingMetadata, key: string) {
153-
const type = bindings[key]
154-
if (type && type.startsWith('setup')) {
155-
return key
156-
}
157-
}
158152

159153
// hoist static sub-trees out
160154
function genStatic(el: ASTElement, state: CodegenState): string {

0 commit comments

Comments
 (0)