From 45745f1d8f6a5068c24186c720d9b44f12ecb6e8 Mon Sep 17 00:00:00 2001 From: ccbikai Date: Mon, 23 Dec 2024 21:08:31 +0800 Subject: [PATCH] fix: Replaces search component with lazy-loading variant Substitutes the existing search component with a lazy-loading version to improve performance and loading times. Enhances user experience by ensuring that search functionality loads only when needed. --- components/dashboard/links/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/links/Index.vue b/components/dashboard/links/Index.vue index 1ae1edf..6b69fa9 100644 --- a/components/dashboard/links/Index.vue +++ b/components/dashboard/links/Index.vue @@ -46,7 +46,7 @@ function updateLinkList(link, type) { - +