From a5297ed88a7860a0fcf9f8cf912573baa27cd869 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 9e58479..5015ef1 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])" />