vuetify-module
vuetify-module copied to clipboard
v-icon disappeared
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.
I have the same problem