Former-commit-id: 6ccc6f6afe
This commit is contained in:
hxr 2023-11-02 23:37:11 +08:00
commit 2d00ffddb0
1 changed files with 1 additions and 0 deletions

View File

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