fix(web): fix issue of tags component flickering when fisrt paint night theme bookshelf

commit caeb54e213 unfixed
This commit is contained in:
Xwite
2024-10-03 11:42:25 +08:00
parent 435a66cd96
commit 4b849bcc3b
4 changed files with 276 additions and 232 deletions
-2
View File
@@ -6,8 +6,6 @@ import "element-plus/theme-chalk/dark/css-vars.css";
createApp(App).use(store).use(bookRouter).mount("#app");
//读取阅读界面设置
useBookStore().loadReadConfig();
// 同步Element PLUS 夜间模式
watch(
() => useBookStore().isNight,