From 09859d4f1e0fd9fb70268967269a33f062d17f32 Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Sun, 4 Feb 2024 13:26:09 +0100 Subject: [PATCH] UPD: Cycle config pages --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 3451198..5ac70cf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,7 +21,7 @@ store.fetchProfiles() class="basis-1/3 min-w-60 flex-1 flex flex-col border-solid border-0 border-r bg-zinc-900 bg-opacity-50" /> + @select="currentConfigPage = (currentConfigPage+1)%4" />