Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 committed Jul 21, 2022
1 parent 0bb0c2c commit 6e0b6a4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/compiler/codegen/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,6 @@ export function genElement(el: ASTElement, state: CodegenState): string {
}
}

function checkBindingType(bindings: BindingMetadata, key: string) {
const type = bindings[key]
if (type && type.startsWith('setup')) {
return key
}
}

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

0 comments on commit 6e0b6a4

Please sign in to comment.