Skip to content
Snippets Groups Projects
Commit 6f7a4503 authored by Thilo Wischmeyer's avatar Thilo Wischmeyer Committed by Thilo Wischmeyer
Browse files

Make vuetify use our icons again

parent 68889adf
No related branches found
No related tags found
1 merge request!247Resolve "Update Vuetify"
...@@ -23,10 +23,14 @@ Vue.config.productionTip = false ...@@ -23,10 +23,14 @@ Vue.config.productionTip = false
const el = process.env.NODE_ENV === 'test' ? undefined : '#app' const el = process.env.NODE_ENV === 'test' ? undefined : '#app'
const vuetify = new Vuetify({
icons: {
iconfont: 'md',
},
})
export default new Vue({ export default new Vue({
vuetify: new Vuetify(), vuetify,
el: el, el: el,
router: router, router: router,
store, store,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment