fix app topbar

pull/2202/head
Tuğçe Küçükoğlu 2022-02-23 16:53:32 +03:00 committed by Tuğçe Küçükoğlu
parent 54824f5473
commit 1cb9eb260e
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ export default {
if (this.isOutdatedIE()) {
this.$toast.add({severity: 'warn', summary: 'Limited Functionality', detail: 'Although PrimeVue supports IE11, ThemeSwitcher in this application cannot be not fully supported by your browser. Please use a modern browser for the best experience of the showcase.'});
}
this.changeTheme({ theme: this.theme, dark: this.$appState.darkTheme });
},
watch: {
$route: {