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