-
Notifications
You must be signed in to change notification settings - Fork 30
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
Cant get styles to load #351
Comments
Hi, @FuriousLlama, can you show your full setup code? |
Sure thing @Tim152 :
main.ts
Everything else is the default of the vue-cli setup. |
@FuriousLlama Do you have some console/app errors ? |
Hi i'm having an issue of the same type, css isnt loadind, here are my setup files :
main.js :
and app.vue :
I already tried to delete pkg lock and reinstall node module |
I even completly duplicated you version here : https://codesandbox.io/s/upbeat-wood-1egosc and have this render : Maybe local development so the point is on installation i think |
i ended rolling back on the old in style per component import see :
I had to resort to the old-school style import method instead of the one outlined in the documentation. To this day, I still don’t know why it doesn’t work as described. |
Followed the steps outlined. Components seem to be loaded, but the styles are missing or not being rendered.
The text was updated successfully, but these errors were encountered: