diff --git a/components/header.vue b/components/header.vue index 8f26552..ded8749 100644 --- a/components/header.vue +++ b/components/header.vue @@ -3,14 +3,6 @@ const config = useRuntimeConfig() const apiBase = config.public.apiBase const { data: pagesData } = await useFetch(`${apiBase}/pages/?ordering=order`) -const { scrollToAnchor, scrollToTop } = useAnchorScroll({ - toTop: { - scrollOptions: { - behavior: 'smooth', - offsetTop: 0, - } - }, -}) const route = useRoute()