Nuxt在头部带有Vuetify主题样式

时间:2020-04-24 01:30:29

标签: vue.js vuetify.js nuxt.js

我在Vuetify中使用Nuxt.js,并且对css文件进行了分块,因此当我使用npm run generate时,我的所有样式都不会包含在网站的每个页面中。为了做到这一点,我添加了...。

 build: {
    extractCSS: true,
    splitChunks: {
       layouts: true
    }
}

但是我的vuetify-theme-stylesheet主题文件仍被包含在每个页面上。如何使vuetify-theme-stylesheet文件像其他CSS一样分块?

<style data-n-head="vuetify" type="text/css" id="vuetify-theme-stylesheet" nonce="undefined">.v-application a{color:#0769ba}.v-application .primary{background-color:#0769ba!important;border-color:#0769ba!important}.v-application .primary--text{color:#0769ba!important;caret-color:#0769ba!important}

0 个答案:

没有答案