change the default theme to auto from light

This commit is contained in:
LouisLam 2021-09-05 02:47:31 +08:00
parent ffbdf97478
commit 5837c353b7

View File

@ -11,7 +11,7 @@ export default {
mounted() {
// Default Light
if (! this.userTheme) {
this.userTheme = "light";
this.userTheme = "auto";
}
// Default Heartbeat Bar