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

Looking bad after build #389

Closed
elihaidv opened this issue Sep 3, 2020 · 2 comments
Closed

Looking bad after build #389

elihaidv opened this issue Sep 3, 2020 · 2 comments

Comments

@elihaidv
Copy link

elihaidv commented Sep 3, 2020

Hi.
When I use npm run serve It works well.
But with npm run build It looking bad.

While serving:
image

After build:
image

My Code:

<v-draggable-treeview
  group="test"
  v-model="items"
></v-draggable-treeview>

Data Section:

items: [{ id: 1, name: "hoge", children: [{ id:11, name: "hoge-child1" }] }]
@suusan2go
Copy link
Owner

@elihaidv Can you share a minimum repository to reproduce your issue?

@elihaidv
Copy link
Author

elihaidv commented Sep 6, 2020

Finally I have figure it out!
Just adding

import "vuetify/dist/vuetify.css";

in my main.js

Maybe it will be good idea to put it in readme

@elihaidv elihaidv closed this as completed Sep 6, 2020
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

2 participants