We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used shards-vue in universal mode of nuxt.js. The universal mode executes ssr.
universal
It did not work at all with the error document is not defined. But, it worked when I changed to spa mode.
document is not defined
spa
I cannot execute SSR or generate in nuxt.js.
I think it probably contains functions that cannot be executed in SSR. So when I set the plugin mode in nuxt.config.js to client, it worked fine.
nuxt.config.js
plugins: [{src:'~/plugins/shardsVue', mode: 'client'} ],
I think nuxt.js is one of the most popular frameworks and would you please add this to the documentation if you like?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
I used shards-vue in
universal
mode of nuxt.js. The universal mode executes ssr.Current Behavior
It did not work at all with the error
document is not defined
. But, it worked when I changed tospa
mode.Steps to Reproduce
Context (Environment)
I cannot execute SSR or generate in nuxt.js.
Possible Solution
I think it probably contains functions that cannot be executed in SSR.
So when I set the plugin mode in nuxt.config.js to client, it worked fine.
nuxt.config.js
I think nuxt.js is one of the most popular frameworks and would you please add this to the documentation if you like?
The text was updated successfully, but these errors were encountered: