Hi, I am trying to get this awesome framework to work with vue-awesome but I can't manage to do it.
I added this to my nuxt.config.js
build: {
vendor: ['vue-awesome']
}
I added this to my default.vue
import Icon from "vue-awesome/components/Icon.vue";
import "vue-awesome/icons";
export default {
components: {
Icon
}
}
However when I put icon components in my pages, it does not show, but is visible in the chrome dev tools.
Is there a proper way to do this?
I am new to Nuxt. Thanks for your help.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c147">#c147</a>)</em></sub></div>