mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
Update Workspace.vue
1. Initialize Material design icons 2. Align initialization order with Minimal.vue
This commit is contained in:
parent
cda3010569
commit
d145e09afa
1 changed files with 2 additions and 1 deletions
|
|
@ -75,8 +75,9 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.setTheme();
|
|
||||||
this.initiateFontAwesome();
|
this.initiateFontAwesome();
|
||||||
|
this.initiateMaterialDesignIcons();
|
||||||
|
this.setTheme();
|
||||||
this.url = this.getInitialUrl();
|
this.url = this.getInitialUrl();
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue