2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-14 12:02:25 +03:00

chore: lint

This commit is contained in:
pimlie
2021-05-23 17:33:51 +02:00
parent e551fe46fe
commit 14aef1c7d0
+1 -1
View File
@@ -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