chore: 🔨 合并代码

This commit is contained in:
hxr 2023-11-02 23:39:12 +08:00
parent 6ccc6f6afe
commit 22c6c67036
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>