Pooya Parsa

Results 960 comments of Pooya Parsa

I'm afraid this issue is not the same as #25 @iranagame! [Vercel provider](https://github.com/nuxt-community/web-vitals-module/blob/main/src/runtime/providers/vercel.ts) sends event within body not query. (BTW 0.1.7 released with few improvements) @madsh93 Do you probably have...

Current module should be compatible with Nuxt 3. I'm holding on this PR to properly test for Nuxt 3 and Nuxt 2 compatibility (vercel auto installs this module on deployments)...

Thanks for making the issue and reproducing with the latest working version. I've managed to find the fix but worth sharing the story. First thing first, in order to find...

Thanks for reaching out @soedirgo

Also please check out [unjs/unbuild](https://github.com/unjs/unbuild). It is specifically designed for ESM friendly libs.

I believe the current version should work with Nuxt 2 bridge (based on vue2) but not Nuxt 3: - Vue plugin registration is different between Vue 2 and Vue 3...

Thanks for your quick responses! We are working on a simplified example at the moment for nuxt3+supabase. Will ping you when ready and probably follow up with a PR to...

``` yarn run v1.3.2 error Couldn't find a package.json file in "/Users/pooya" info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ``` I just edited this file on github ```js window.alert('YEAH!')...

A global hook on root vue instance makes sense. Would you please open a PR @rchl? /cc @Atinux

@rchl It is possible to use vue `$emit`/`$on`. We would only need some internal changes to allow plugins using `$on`. Made #8786 to track