mirror of
https://github.com/Lissy93/dashy.git
synced 2025-09-25 18:58:48 +02: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
@ -75,8 +75,9 @@ export default {
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
this.setTheme();
|
||||
this.initiateFontAwesome();
|
||||
this.initiateMaterialDesignIcons();
|
||||
this.setTheme();
|
||||
this.url = this.getInitialUrl();
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user