antoniandre / wave-ui

A UI framework for Vue.js 3 (and 2) with only the bright side. ☀️
https://antoniandre.github.io/wave-ui
MIT License
546 stars 41 forks source link

Material Icon doesn't work on production #72

Closed Qwanjai closed 2 years ago

Qwanjai commented 2 years ago

When i used w-icon with material icon ligatures it's worked fine on localhost but when i deployed project on production , those icon didn't show or display

antoniandre commented 2 years ago

You may have a problem in the way you use material icons, since the Wave UI documentation itself is using the material icons with the ligatures on the w-icon page.

I recommend to open the example in Codepen and reproduce. Hope it helps. :)