vuetify-module icon indicating copy to clipboard operation
vuetify-module copied to clipboard

v-icon disappeared

Open weihao opened this issue 4 years ago • 1 comments

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.

weihao avatar Jun 08 '20 00:06 weihao

I have the same problem

2hmad avatar Mar 09 '22 13:03 2hmad