Neeko
Explore posts from serversShow "preload" before website fully loaded
Hi,
I have Nuxt 3 app with fullscreen carousel (lazy load images) and I want to know how can I show "preload" (background color with text 'loading...') before all site is loaded (dom fully complete) ?
Thanks!
1 replies
HTMLElement is not defined - VueUse
Hi, i'm trying to use https://vueuse.org/core/useScroll/#usescroll from VueUse
const el = ref<HTMLElement | null>(null)
const { x, y, isScrolling, arrivedState, directions } = useScroll(el)
But I got this HTMLElement is not defined
Do you know how can use global window element?
Thank you 🙂24 replies