Mick Lawitzke
Mick Lawitzke
Thanks for the info! May you want to update the readme for everyone, as I suggested, to describe more of the flow with the ssr/browser detection/client actual viewport/cookie? Maybe also...
For `opened` and `closed` seems to be `:onAnimationEnd="isOpen => console.log(isOpen)"` but it seems buggy because: - The correct spelling `:on-animation-end` doesnt work, only `:onAnimationEnd` - It triggers on initial page...
I just realized this is a must-have for our project so I need to ditch vaul-vue :( Possibly this is a upstream issue of Reka UI because vaul-vue is using...
Let me check! :) I would kinda expect the composable resets when the component is unmounted tho. Or maybe a new option that toggles reset onUnmounted so it is not...
So I tried and `result.value.hits = [];` would be an option BUT I think it would be better to reset the whole `result` on unmounted. On reason is that I...
I will do a PR, also to update the docs. btw I wonder why is says `NUXT_ENV_*`, it should be `NUXT_*`
It is `NUXT_*` for server variables and `NUXT_PUBLIC_*` for frontend variables. Docs: https://nuxt.com/docs/guide/going-further/runtime-config#environment-variables Until now nobody noticed but with v2 all env variables are removed so it will start to...
I dont fully understand, isnt this module supposed to work only by screen size, the same way as css media queries work? Therefor you just need to set the right...
Yes sorry, I commented in some other issues already that now I understand how it works: First on SSR it needs to guess by looking at the request header user...
Having the same issue. Can we reopen please @harlan-zw ? ``` useSeoMeta({ title: 'Test "123"', }); ``` Becomes: `Test \"123\"` I am on latest Nuxt `3.12.3` which uses latest unhead...