Add scroller arrow

This commit is contained in:
2021-11-03 18:02:15 +01:00
parent 5f36f610b7
commit ecf33373c7
2 changed files with 54 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
>
<Announce />
<Header />
<Scroller />
<Nuxt class="pt-16 content"/>
<Footer />
</div>
@@ -45,7 +46,7 @@ export default {
}, 500)
}
const blobity = useBlobity(options)
useBlobity(options)
return {
opened: computed(() => store.state.opened),