From f384492ed229611b3df68cd968e694b431665f94 Mon Sep 17 00:00:00 2001 From: Huskydog9988 <39809509+Huskydog9988@users.noreply.github.com> Date: Sat, 12 Apr 2025 16:03:35 -0400 Subject: [PATCH] fix: missing key in loops --- components/CarouselPagination.vue | 1 + components/Notification.vue | 1 + components/UserHeader.vue | 2 + .../UserHeader/NotificationWidgetPanel.vue | 1 + components/UserHeader/UserWidget.vue | 1 + pages/account/devices.vue | 1 + pages/admin/task/[id]/index.vue | 45 ++++++++++--------- pages/admin/users/auth/index.vue | 1 + pages/library/collection/[id]/index.vue | 1 + pages/library/index.vue | 5 +-- pages/store/[id]/index.vue | 4 +- 11 files changed, 38 insertions(+), 25 deletions(-) diff --git a/components/CarouselPagination.vue b/components/CarouselPagination.vue index 132be41..df3493e 100644 --- a/components/CarouselPagination.vue +++ b/components/CarouselPagination.vue @@ -2,6 +2,7 @@
diff --git a/components/UserHeader/UserWidget.vue b/components/UserHeader/UserWidget.vue index 3e8d29b..b670d4d 100644 --- a/components/UserHeader/UserWidget.vue +++ b/components/UserHeader/UserWidget.vue @@ -41,6 +41,7 @@
diff --git a/pages/account/devices.vue b/pages/account/devices.vue index 3894541..1fbe120 100644 --- a/pages/account/devices.vue +++ b/pages/account/devices.vue @@ -62,6 +62,7 @@
  • {{ capability }}
  • diff --git a/pages/admin/task/[id]/index.vue b/pages/admin/task/[id]/index.vue index fee6e7f..4a90f0c 100644 --- a/pages/admin/task/[id]/index.vue +++ b/pages/admin/task/[id]/index.vue @@ -50,29 +50,32 @@
    -
    {{ line }}
    +
    {{ line }}
    -
    - - Loading... -
    - +
    + + Loading... +