Breaks styles when using with vuetify (including <head> tag) .
See original GitHub issueVersion
Reproduction link
https://github.com/Lucassith/vuetify-nuxt-i18n-bug
Steps to reproduce
Clone the repo and run yarn install && yarn dev
.
Open localhost:3000.
See that the button’s color “fades off” with each refresh. Also you can observe that all of the page changes its style + head tag does not contain all the meta.
You can see how it should look like when you remove “nuxt-i18n” from modules (or entire modules key) in nuxt.config.js.
What is expected ?
Load styles properly.
What is actually happening?
Does not load styles properly. As an example you can observe that button “primary” with text “Test” should be green.
<div align="right">This bug report is available on Nuxt community (#c93)</div>Issue Analytics
- State:
- Created 5 years ago
- Reactions:12
- Comments:28 (2 by maintainers)
Top Results From Across the Web
Breaks styles when using with vuetify (including <head> tag)
Hi, I'm having the same issue. From my understanding, this is caused by the nuxt-i18n vuex module registration, but only the first time...
Read more >Text and typography — Vuetify
Control the size and style of text using the Typography helper classes ... Text breaking and the removal of text-transform is also possible....
Read more >Vuetify - CSS not working (taking effect) inside component
NOTE: Make sure to include styles as per docs. Also in case of broken components make sure that your app is wrapped inside...
Read more >How to Create Button with Line Breaks - W3docs
The easiest way to have a line break is using the <br> tag on your text. It is used for inserting a single...
Read more >hyphens - CSS: Cascading Style Sheets - MDN Web Docs
If supported, hyphenate-character may be used to specify an alternative hyphenation character to use at the end of the line being broken. Syntax....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s happen after meta refresh in
vue-meta
https://github.com/declandewet/vue-meta/blob/798d5a420cd772022cfb540a195e9aeca3b121a1/src/shared/plugin.js#L94If set
seo: false
looks goodAny update on this issue ?