From 1546685e424f1096d216c3f8db0a283b0da00545 Mon Sep 17 00:00:00 2001 From: Benny Guo Date: Thu, 28 Sep 2023 23:28:46 +0800 Subject: [PATCH] fix: footer friends link not loaded --- src/components/Footer/FooterLink.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer/FooterLink.vue b/src/components/Footer/FooterLink.vue index 4b5dcced..bdbec500 100644 --- a/src/components/Footer/FooterLink.vue +++ b/src/components/Footer/FooterLink.vue @@ -126,7 +126,7 @@ export default defineComponent({ } const fetchLinks = async () => { - const linksArticle = await articleStore.fetchArticle('friends') + const linksArticle = await articleStore.fetchArticle('links') if (linksArticle && linksArticle.avatarWall) { bloggers.value = linksArticle.avatarWall refreshLinkData()