Replies: 3 comments
-
I also encountered the same problem, have not been able to solve, can not reproduce |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, have you found a solution yet? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It seems to be a subpixel rendering issue of the browser. So no vue or vuetify issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have a strange problem that has been bugging our project for some time now.
In the project, some components, like buttons and tabs, move slightly after they have been loaded. This problem can’t be reproduced in codepen, but it exists in every new Vue-cli project we start.
On this Codepen the problem doesn’t occur.
And on GitHub the problem does occur in a fresh Vue-cli project with the same App.vue. Of course, the project can be run with npm install.
If you pay close attention (which our customers do), you see the button text, the icon on the dialog and the tab titles move after the modal has been opened.
Even after a lot of experimenting, we haven’t been able to pinpoint the cause of this problem. Any help would be greatly appreciated!
P.S. Project initialization options:
Vue-cli project options
Vuetify options
P.S.2. The only notable issue during configuration of the project is this warning:
Beta Was this translation helpful? Give feedback.
All reactions