What I have to do for adding material icons outlined?
-
Documentations says:
"Icon sets are available through @quasar/extras package. You don’t need to import it in your app, just configure /quasar.conf.js "But it isn’t enough. Node console says that an installation is needed.
-
@CristalT you added it in
extras
array of your quasar.conf.js right? ie.//quasar.conf.js ... extras: [ 'material-icons-outlined' ], ...
for how to use https://quasar.dev/vue-components/icon#Icons-name-cheatsheet.
-
Thank! It was a typo error