DEV Community

Discussion on: How to setup Font Awesome 5 as VueComponent in Nuxt.js

Collapse
 
mandaputtra profile image
Manda Putra

Got this errors,

Cannot read property 'name' of undefined

from this line
Vue.component(FontAwesomeIcon.name, FontAwesomeIcon)

If I removed the name the icon wont show

Collapse
 
coolgoose profile image
Alexandru Bucur

@protokol0 they've changed the setup a little bit on newer versions.