diff --git a/frontend_nuxt/pages/index.vue b/frontend_nuxt/pages/index.vue
index 78a7160a7..74e3c994b 100644
--- a/frontend_nuxt/pages/index.vue
+++ b/frontend_nuxt/pages/index.vue
@@ -70,6 +70,7 @@
{{ article.title }}
+
diff --git a/frontend_nuxt/plugins/iconpark.client.ts b/frontend_nuxt/plugins/iconpark.client.ts
index ee11c64f5..3899b1f8b 100644
--- a/frontend_nuxt/plugins/iconpark.client.ts
+++ b/frontend_nuxt/plugins/iconpark.client.ts
@@ -82,6 +82,7 @@ import {
Share,
Financing,
Hands,
+ PreviewCloseOne,
} from '@icon-park/vue-next'
export default defineNuxtPlugin((nuxtApp) => {
@@ -167,4 +168,5 @@ export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.vueApp.component('Share', Share)
nuxtApp.vueApp.component('Financing', Financing)
nuxtApp.vueApp.component('Hands', Hands)
+ nuxtApp.vueApp.component('PreviewCloseOne', PreviewCloseOne)
})