multivisor
multivisor copied to clipboard
icons and fonts don't appear when there is no internet connection
It seems web app is depending on external source of icons and fonts.
Probably just need to:
-
npm install --save material-design-icons-iconfont
- add
iconfont: 'mdi'
to the Vuetify constructor.