You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
When creating from UI templates, there is a problem with Vuesax UI library.
I guess somewhere here - https://github.com/nuxt/create-nuxt-app/tree/master/packages/cna-template/template/frameworks/vuesax
Should be added boxicons dependency and made css import for
boxicons/css/boxicons.min.css
Why boxicons:
Vuesax docs doesn't described somewhere that it uses boxicons, but in examples (sidebar example contains many icons) they use:
In discord community I've got that these icons are boxicons, which usage exactly the same:
I'm not sure how fix should looks like (I'm newbie), but in my case:
npm install boxicons --save
~/plugins/vuesax.js
I added css importimport 'boxicons/css/boxicons.min.css'
After that icons become displayed.
P.S.: I'm not sure if it's correct "fix" for problem or it should be done in another way.
The text was updated successfully, but these errors were encountered: