From 9cc2de856a2d753c41da0b5be89cb37b78f808e3 Mon Sep 17 00:00:00 2001 From: tanhauhau Date: Sun, 9 Jan 2022 15:07:43 +0800 Subject: [PATCH] fix: lint --- src/compiler/compile/nodes/ConstTag.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/compile/nodes/ConstTag.ts b/src/compiler/compile/nodes/ConstTag.ts index 052d563549..157361fb67 100644 --- a/src/compiler/compile/nodes/ConstTag.ts +++ b/src/compiler/compile/nodes/ConstTag.ts @@ -58,7 +58,7 @@ export default class ConstTag extends Node { contexts: this.contexts, node: this.node.expression.left, scope: this.scope, - component: this.component, + component: this.component }); this.expression = new Expression(this.component, this, this.scope, this.node.expression.right); this.contexts.forEach(context => {