-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(nuxt)!: rewrite nuxt module #791
Conversation
Is there something I can help with? (It's the last missing piece for my migration to bridge) |
Hi! I'd love to help too if there's anything I can do 🙂 |
Thanks, @yassilah @tobiasdiez 💚 PR is pending for Nuxt 3 module tooling. Expect it ready soon :) |
hope see it soon <3 |
Any chance to see this PR merged in the near future? :) Seems like the following code is never taken into account with Nuxt 2 + Bridge:
|
I understand, that you have a lot of work on Nuxt3 RC, but could you clarify the current status of this PR? |
Reworking in a new PR~> nuxt/nuxt#12596 |
This PR rewrites the Pinia+Nuxt module for best Nuxt 3 and Bridge compatibility 💛
Testing repo with published package: https://github.com/pi0/nuxt-tests/tree/pinia
Changes:
ctx.pinia
.$nuxt
support to preferuseNuxtApp
TODO:
requires: bridge
module meta nuxt/nuxt#11869)