-
-
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
@pinia/nuxt doesn't work with nuxt bridge #889
Comments
This is because your app is empty: no app.vue or pages/index.vue. Here is a working example: https://github.com/piniajs/example-nuxt-bridge |
I tried again. I found that it's because I turned on the |
Can you try out if #781 fixes it for you? |
I checked out https://github.com/tobiasdiez/pinia/tree/patch-1, and built locally by |
I managed to workaround the Adding the following to
|
same problem |
with vite is getting the error:
|
Reproduction
https://codesandbox.io/s/brave-danilo-n1de5
Steps to reproduce the behavior
Create a project with nuxt-bridge and @pinia/nuxt.
npm run dev
Open in browser.
Expected behavior
No error.
Actual behavior
Additional information
N/A
The text was updated successfully, but these errors were encountered: