fix(dashboard): completely eliminate all vuetify theme change warnings

This commit is contained in:
LIghtJUNction
2026-04-04 18:39:19 +08:00
parent 6675a95752
commit 0b07409016

View File

@@ -45,7 +45,7 @@ watch(
() => customizer.uiTheme,
(newTheme) => {
if (newTheme) {
theme.global.name.value = newTheme;
}
},
{ immediate: true },