From c98763f84d158427841e3f7445fa1b10ece7b649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E7=A5=A5=E6=9F=8F?= <1760399176@qq.com> Date: Sat, 4 Feb 2023 21:47:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Deslint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ArticlesContent/SideBar/Right/Author.vue | 8 ++++---- frontend/components/Aside/AuthorList.vue | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/components/ArticlesContent/SideBar/Right/Author.vue b/frontend/components/ArticlesContent/SideBar/Right/Author.vue index d1d4b23..ea89480 100644 --- a/frontend/components/ArticlesContent/SideBar/Right/Author.vue +++ b/frontend/components/ArticlesContent/SideBar/Right/Author.vue @@ -8,8 +8,8 @@ const props = defineProps({ diff --git a/frontend/components/Aside/AuthorList.vue b/frontend/components/Aside/AuthorList.vue index 19b5262..e19ad9e 100644 --- a/frontend/components/Aside/AuthorList.vue +++ b/frontend/components/Aside/AuthorList.vue @@ -5,7 +5,9 @@ const { data: AuthorList } = await useFetch('/api/authors/list')