-
Notifications
You must be signed in to change notification settings - Fork 2.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
asyncData as Nuxt #382
Comments
Hey, I ran into this problem too, I've been working on a boilerplate ssr to test a few things out. Take a look: https://github.com/BoldAnchor/Vue-SSR-Boilerplate I am using: https://github.com/Akryum/vue-cli-plugin-ssr It's a working progress... |
the template generated an error
removing main.js from your codes, you removed the extra code....(I could not even check) |
I pushed an update around the same time you posted. Should be fine, I'm not getting an error. |
how to implement as nuxt AsyncData, for example:
and then inside the template call items without use store
==================
and how to use it here?
The text was updated successfully, but these errors were encountered: