Jack Hsu

Results 4 comments of Jack Hsu

Update: After digging into Nuxt's issues more I found: https://github.com/nuxt/nuxt/issues/13471 which seems to apply to my case So I added: ``` onMounted(() => { console.log('onMonuted Hook:') console.log("document.querySelector('.vue-grid-layout'): ", document.querySelector('.vue-grid-layout')) setTimeout(()...

@brolnickij such a life saver! Really appreciate the example with Nuxt 3

Tried to follow the vue3 example, See reproduction: https://stackblitz.com/edit/nuxt-starter-yuoyxf?file=package.json,app.vue Would really appreciate it if anyone can provide a minimal working template for nuxt 3

Yeah I believe it's SSR that's causing these problems. I understand that this is not a highly request feature and want to respect the maintainers' time and effort. This was...