fix: mdi icons
This commit is contained in:
@@ -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)
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user