nuxt-community / vuetify-module

Vuetify Module for Nuxt 2
Other
628 stars 106 forks source link

v-icon disappeared #340

Open weihao opened 4 years ago

weihao commented 4 years ago

Module version "@nuxtjs/vuetify": "^1.11.2",

Describe the bug Using functions in nuxt.config.js causes icons to disappear.

To Reproduce https://codesandbox.io/s/nuxtjs-vuetify-8mjfm?file=/package.json

Steps to reproduce the behavior: changed

head: {...}

to

head() {
return {...}
}

will make vuetify icons disappear.

2hmad commented 2 years ago

I have the same problem