Skip to content

Commit

Permalink
docs(icons): fix snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkarczmarczyk committed Jan 24, 2019
1 parent cfcff04 commit 4d0fa05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/docs/src/data/pages/framework/Icons.json
Expand Up @@ -104,7 +104,7 @@
},
{
"type": "markup",
"value": "js_import_fa4"
"value": "js_import_fa5"
},
{
"type": "heading",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/snippets/js/import_material_icons.txt
Expand Up @@ -4,5 +4,5 @@ import Vue from 'vue'
import Vuetify from 'vuetify'

Vue.use(Vuetify, {
iconfont: 'mdi'
iconfont: 'md'
})
4 changes: 3 additions & 1 deletion packages/docs/src/snippets/js/import_mdi.txt
Expand Up @@ -3,4 +3,6 @@ import '@mdi/font/css/materialdesignicons.css' // Ensure you are using css-loade
import Vue from 'vue'
import Vuetify from 'vuetify'

Vue.use(Vuetify)
Vue.use(Vuetify, {
iconfont: 'mdi'
})

0 comments on commit 4d0fa05

Please sign in to comment.