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')