mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-27 10:20:40 +01:00
Add scroller arrow
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user