From cc35ee0a42ea78e39b06261107b89580ec9c24fd Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sat, 24 Dec 2022 00:55:31 -0600 Subject: [PATCH] Remove unused ref --- src/components/Game.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Game.vue b/src/components/Game.vue index 7ba0d18..4f26260 100644 --- a/src/components/Game.vue +++ b/src/components/Game.vue @@ -4,7 +4,6 @@ v-for="(tab, index) in tabs" :key="index" class="tab" - :ref="`tab-${index}`" :style="unref(layers[tab]?.style)" :class="unref(layers[tab]?.classes)" > @@ -14,7 +13,6 @@ v-if="layerKeys.includes(tab)" v-bind="gatherLayerProps(layers[tab]!)" :index="index" - :tab="() => (($refs[`tab-${index}`] as HTMLElement[] | undefined)?.[0])" />