From 64f847ecdd6d5e3d595e6d9c874129d3d5de15e9 Mon Sep 17 00:00:00 2001 From: Xevion Date: Wed, 16 Jul 2025 13:27:04 -0500 Subject: [PATCH] fix: use NuxtLink instead, lint fix :key position --- app/components/features/DynamicSpeaker.vue | 9 +- app/components/features/QuoteList.vue | 4 +- app/components/features/SearchResult.vue | 4 +- app/components/layout/SeasonList.vue | 3 +- app/components/layout/SeasonListItem.vue | 9 +- app/pages/characters/index.vue | 4 +- app/pages/index.vue | 2 +- app/pages/season/[id].vue | 4 +- pnpm-lock.yaml | 7335 +++++--------------- 9 files changed, 1918 insertions(+), 5456 deletions(-) diff --git a/app/components/features/DynamicSpeaker.vue b/app/components/features/DynamicSpeaker.vue index ce93b7c..9992167 100644 --- a/app/components/features/DynamicSpeaker.vue +++ b/app/components/features/DynamicSpeaker.vue @@ -1,14 +1,9 @@