Update Workspace.vue

1. Initialize Material design icons
2. Align initialization order with Minimal.vue
This commit is contained in:
Daniyar Yeralin 2025-07-15 21:39:55 -04:00 committed by GitHub
parent cda3010569
commit d145e09afa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,8 +75,9 @@ export default {
},
},
mounted() {
this.setTheme();
this.initiateFontAwesome();
this.initiateMaterialDesignIcons();
this.setTheme();
this.url = this.getInitialUrl();
},
};