mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Merge branch 'master' into v4
This commit is contained in:
commit
f0a0b33002
5 changed files with 1 additions and 29 deletions
7
app.vue
7
app.vue
|
@ -18,13 +18,6 @@ export default {
|
|||
}
|
||||
},*/
|
||||
mounted() {
|
||||
/*const preferredColorScheme = localStorage.getItem(this.$appState.colorSchemeKey);
|
||||
const prefersDarkColorScheme = window.matchMedia('(prefers-color-scheme: dark)').matches;
|
||||
|
||||
if ((preferredColorScheme === null && prefersDarkColorScheme) || preferredColorScheme === 'dark') {
|
||||
this.applyTheme({ theme: 'lara-dark-green', dark: true });
|
||||
})*/
|
||||
|
||||
EventBus.on('theme-change', this.themeChangeListener);
|
||||
},
|
||||
beforeUnmount() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue