epicmaxco / vuestic-ui

Free and Open Source UI Library for Vue 3 🤘
https://vuestic.dev
MIT License
3.33k stars 323 forks source link

Icon display in offline state #4178

Closed All-The-Best-for closed 2 months ago

All-The-Best-for commented 2 months ago

Icon display in offline state

Hello, I would like to inquire about how to solve the problem of basic icons not displaying properly when using Vuestic UI offline. For example, the expand icon on thetag will only display text when offline

Snipaste_2024-03-07_21-40-51

m0ksem commented 2 months ago

You can download Material Symbols instead of loading them from CDN from here: https://github.com/marella/material-symbols/tree/main/material-symbols#readme

All-The-Best-for commented 2 months ago

You can download Material Symbols instead of loading them from CDN from here: https://github.com/marella/material-symbols/tree/main/material-symbols#readme

Thank you very much for your reply. I have resolved the issue. Thank you!