Skip to content

Commit

Permalink
fix: remove redundant event type extract code
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jun 4, 2022
1 parent 1ec63a4 commit 16c5a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-code-gen/src/generators/template.ts
Expand Up @@ -701,7 +701,7 @@ export function generate(
}

{
if (key_3 !== key_2 || true) {
if (key_3 !== key_2) {
tsCodeGen.addText(`${varInstanceProps}[`);
writeCodeWithQuotes(
key_3,
Expand Down

0 comments on commit 16c5a1d

Please sign in to comment.