You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have bought Nuxt template with bootstrap. But I have included also Vuetify to this template. I have redefined Vuetify's themes.
But "primary" const does not work, because in html is <style id="vuetify-theme-stylesheet"> in the top of head section.
After this I see <link rel="stylesheet" href="/_nuxt/assets/css/vendors/bootstrap.min.css">.
I have not chance move vuetify-theme-stylesheet in to the bottom of the head section.
Describe the solution you'd like
We need generate css-file instead inline styles vuetify-theme-stylesheet. Then we can move it to any position in nuxt.config.ts
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have bought Nuxt template with bootstrap. But I have included also Vuetify to this template. I have redefined Vuetify's themes.
But "primary" const does not work, because in html is
<style id="vuetify-theme-stylesheet">
in the top of head section.After this I see
<link rel="stylesheet" href="/_nuxt/assets/css/vendors/bootstrap.min.css">
.I have not chance move vuetify-theme-stylesheet in to the bottom of the head section.
Describe the solution you'd like
We need generate css-file instead inline styles vuetify-theme-stylesheet. Then we can move it to any position in nuxt.config.ts
The text was updated successfully, but these errors were encountered: