[Vuejs]-Vue.js failed to compile error using material design icons iconfont

0👍

Please, try to replace your import with the following

import 'material-design-icons-iconfont'

Put it in main.js

Or you could do easier thing and use https://fonts.google.com/icons

Leave a comment