Former-commit-id: 6ccc6f6afe416f7f3f8b3935fda0ce0293ba0661
This commit is contained in:
hxr
2023-11-02 23:37:11 +08:00

View File

@@ -91,6 +91,7 @@ onMounted(() => {
"--el-color-primary",
settingsStore.themeColor
);
document.documentElement.classList.add(theme);
});
</script>