David Peng

Results 46 comments of David Peng

I'll remove the default unhead integration as it seems to cause a lot of issue

I guess that is because you load 2 different versions of @vue/composition-api. Could you try setting up an alias to force Nuxt only pick one version?

Yes, vue-recaptcha only pass the `size` to `grecaptcha.render()`. The reCAPTCHA style is not changeable by vue-recaptcha.

Hi, I'm the author of [vue-recaptcha](https://dansnow.github.io/vue-recaptcha/). vue-recaptcha v3 is in alpha and has natively Nuxt integration. I hope could get some feedback.

I'm the author of #796. I disagree to close my PR. Because: 1. Nitro is helping you to build a js server. It's hard for Nitro to tell which route...

> Consider all static assets under the path /_nuxt/*. In the filesystem itself, they're under .nuxt/dist/client, so if you used __routes.json to try and serve them without getting billed (a...

> In that case, IMO the `__routes.json` is the best option for serving static assets while allowing users not to be billed. It should be able to be generated automatically....

Is there any new syntax in Golang 1.17?

@poyoho Thanks for sharing. I try again with pnpm and `create-vite` and still can reproduce this error. I have updated the description with more details, could you please try again?