fix: mdi icons

This commit is contained in:
NGPixel
2018-03-17 01:12:21 -04:00
parent ba1a462448
commit 1adf98eb8d
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ let bootstrap = () => {
// ====================================
import(/* webpackChunkName: "icons" */ './svg/icons.svg').then(icons => {
document.body.insertAdjacentHTML('beforeend', icons)
document.body.insertAdjacentHTML('beforeend', icons.default)
})
}