Skip to content
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

[Bug] Stylesheet not loading correctly #40

Open
areindl opened this issue Oct 4, 2019 · 4 comments
Open

[Bug] Stylesheet not loading correctly #40

areindl opened this issue Oct 4, 2019 · 4 comments

Comments

@areindl
Copy link

areindl commented Oct 4, 2019

Version

2.0

Reproduction link

https://demos.creative-tim.com/vuetify-material-dashboard/#/notifications

Operating System

Ubuntu 28.04

Device

Lenovo Thinkbad t480

Browser & Version

Chrome

Steps to reproduce

  1. Clone Repo: git clone git@github.com:creativetimofficial/vuetify-material-dashboard.git
  2. cd vuetify-material-dashboard
  3. npm install
  4. npm run dev

What is expected?

Loaded stylesheet as seen on admin theme demo site

What is actually happening?

There are slight differences:

  • the little count in the app indication does not have a background
  • buttons are white with text

Expected: no-issue

How it's getting rendered:

issue


Solution

Additional comments

@rafael-perini
Copy link

I've the same issue, on windows.

@ade21
Copy link

ade21 commented Oct 11, 2019

Same here on my windows machine.

  • Node v10.15.3
  • NPM v6.4.1

@Tarek-Solaiman
Copy link

I got a fix, in router > index.js on line 46 there's Vue.use(Meta), if you comment that line you'll get the styles working correctly, and if you inspect you'll see missing css (a style sheet tag with id "vuetify-theme-stylesheet") that is not available if you keep vue-meta

@MrJmpl3
Copy link

MrJmpl3 commented Oct 27, 2019

I got a fix, in router > index.js on line 46 there's Vue.use(Meta), if you comment that line you'll get the styles working correctly, and if you inspect you'll see missing css (a style sheet tag with id "vuetify-theme-stylesheet") that is not available if you keep vue-meta

This was fixed in my pull request: #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants