From c544e38f34aa641d7edbc97b2d2d920cf8f90f93 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 18 Dec 2021 18:11:45 +0900 Subject: [PATCH] =?UTF-8?q?fix(client/deck):=20=E3=82=AB=E3=83=A9=E3=83=A0?= =?UTF-8?q?=E3=81=AE=E5=A2=97=E6=B8=9B=E3=81=8C=E3=83=9A=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=82=92=E3=83=AA=E3=83=AD=E3=83=BC=E3=83=89=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=81=BE=E3=81=A7=E6=AD=A3=E3=81=97=E3=81=8F=E5=8F=8D=E6=98=A0?= =?UTF-8?q?=E3=81=95=E3=82=8C=E3=81=AA=E3=81=84=E5=95=8F=E9=A1=8C=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix #8065 --- packages/client/src/ui/deck.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/ui/deck.vue b/packages/client/src/ui/deck.vue index e1b2887bb..73dc83180 100644 --- a/packages/client/src/ui/deck.vue +++ b/packages/client/src/ui/deck.vue @@ -82,7 +82,7 @@ export default defineComponent({ }); const columns = deckStore.reactiveState.columns; - const layout = deckStore.reactiveState.layout.value; + const layout = deckStore.reactiveState.layout; const menuIndicated = computed(() => { if ($i == null) return false; for (const def in menuDef) {