-
Notifications
You must be signed in to change notification settings - Fork 23
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
[NFR] Nuxt support #13
Comments
Hi, Thanks for the suggestion! I've not used If I'm reading this correctly, I think this could be implemented by doing something like the following. Create
Please try this out and let me know if this works as expected. |
If you are using axios module try this. Include plugin in your
And your
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi! Both methods give the error Unexpected token export.
How to I can solve this problem? |
EDIT: See SamGold05's comment below mine for a proper answer!
|
In
|
Hi @mrichar1! I cannot get the status getter to work, there is no 'id' in the Promise. Any ideas?
'undefined' is what returned :\ |
Use async function. Action return a promise. |
@samnight thanks, but Axios already returns a Promise. Do I miss something? |
@s1nz I'm not sure what might be causing the getter id to be missing from the Promise. Please open a new issue so that this one can stay focused on Nuxt support issues - thanks! |
thanks, @mrichar1, I'll create a new issue. |
Would be great if this (Amazing lib!) adds Nuxt Universal SSR support.
The text was updated successfully, but these errors were encountered: