multivisor icon indicating copy to clipboard operation
multivisor copied to clipboard

icons and fonts don't appear when there is no internet connection

Open tiagocoutinho opened this issue 6 years ago • 1 comments

It seems web app is depending on external source of icons and fonts.

tiagocoutinho avatar Dec 06 '18 17:12 tiagocoutinho

Probably just need to:

  • npm install --save material-design-icons-iconfont
  • add iconfont: 'mdi' to the Vuetify constructor.

tiagocoutinho avatar Jan 12 '19 15:01 tiagocoutinho