-
Notifications
You must be signed in to change notification settings - Fork 17
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
help or bug Nuxt #6
Comments
Did you find a solution for this? I'm also having the same problem. |
no :-( |
Whether some settings are not right, maybe you can read this article |
引入相关组件后,页面还是无变化 |
wrapping it around no-ssr tag may fix the problem :) edit: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
i have read you post on nuxt dev.to
so i have 2 thinks:
1 - when i put
mode: "universal"
i got an error:but when i change it to
spa
it's work , i see also that appear in your post , but maybe you have omit to mention this change.2 . when i tried to implement with
vuetify
that don't work:here my print screen
but with
div
instead ofv-app
workstep to reproduce
edit the file
nuxt.config.js
edit file
layouts/default.vue
as:can you advise
Thank you
The text was updated successfully, but these errors were encountered: