diff --git a/frontend/components/ArticlesContent/End.vue b/frontend/components/ArticlesContent/End.vue index 2f6c1bf..b219861 100644 --- a/frontend/components/ArticlesContent/End.vue +++ b/frontend/components/ArticlesContent/End.vue @@ -4,7 +4,7 @@ defineProps({ type: Object, }, tag: { - type: Object, + type: Array, }, }) @@ -18,12 +18,12 @@ defineProps({ {{ type.alias }} -
+
标签:
diff --git a/frontend/components/ArticlesContent/SideBar/Right/Catalogue.vue b/frontend/components/ArticlesContent/SideBar/Right/Catalogue.vue index 176e4fd..9fd1175 100644 --- a/frontend/components/ArticlesContent/SideBar/Right/Catalogue.vue +++ b/frontend/components/ArticlesContent/SideBar/Right/Catalogue.vue @@ -1,53 +1,8 @@