chore: 🔨 合并代码

Former-commit-id: 22c6c67036
This commit is contained in:
hxr 2023-11-02 23:39:12 +08:00
parent 2d00ffddb0
commit 2798c16a1a
1 changed files with 0 additions and 1 deletions

View File

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