pull/2202/head
Cagatay Civici 2022-02-23 16:54:46 +03:00
commit 2ed10f0336
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ export default {
if (this.isOutdatedIE()) { 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.$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: { watch: {
$route: { $route: {