From f9dfa686ee4b4120cc7da938e796125efce05045 Mon Sep 17 00:00:00 2001 From: Pandipipas <62224708+Pandipipas@users.noreply.github.com> Date: Tue, 10 Feb 2026 13:01:20 +0100 Subject: [PATCH] fix: resolve eslint errors and vue template warnings (#33) --- .../example/components/BracketPanel.vue | 9 ++- .../example/components/ScoreboardPanel.vue | 27 +++++-- src/dashboard/example/main.vue | 2 +- src/dashboard/example/views/About.vue | 6 +- src/dashboard/example/views/Dashboard.vue | 12 ++- src/dashboard/example/views/Graphics.vue | 26 +++++-- src/dashboard/example/views/Players.vue | 9 ++- src/dashboard/example/views/Settings.vue | 6 +- src/graphics/scoreboard/main.vue | 74 +++++++++++++++---- 9 files changed, 135 insertions(+), 36 deletions(-) diff --git a/src/dashboard/example/components/BracketPanel.vue b/src/dashboard/example/components/BracketPanel.vue index 419b89a..d50d19e 100644 --- a/src/dashboard/example/components/BracketPanel.vue +++ b/src/dashboard/example/components/BracketPanel.vue @@ -102,9 +102,14 @@ onMounted(() => {