From 14aef1c7d0728edbd328b6f63022a81639d368ff Mon Sep 17 00:00:00 2001 From: pimlie Date: Sun, 23 May 2021 17:33:51 +0200 Subject: [PATCH] chore: lint --- src/manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manager.ts b/src/manager.ts index 1ee1f01..4b7e999 100644 --- a/src/manager.ts +++ b/src/manager.ts @@ -169,7 +169,7 @@ export class MetaManager { } render ({ slots }: { slots?: Slots } = {}): VNode[] { - const active = this.target.context.active; + const active = this.target.context.active // TODO: clean this method const { isSSR } = this