Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 29, 2021 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/ccac644856cd74db292417d140ae4f27 to your computer and use it in GitHub Desktop.
Save parzibyte/ccac644856cd74db292417d140ae4f27 to your computer and use it in GitHub Desktop.
import '@mdi/font/css/materialdesignicons.css' // Ensure you are using css-loader
import Vue from 'vue'
import Vuetify from 'vuetify/lib'
Vue.use(Vuetify)
export default new Vuetify({
icons: {
iconfont: 'mdi', // default - only for display purposes
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment