chore: 🔨 合并代码

Former-commit-id: 22c6c67036dea4b9028222512b2f8ef7379eb94c
This commit is contained in:
hxr
2023-11-02 23:39:12 +08:00
parent 2d00ffddb0
commit 2798c16a1a

View File

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