From 0bac757703f3c950162ede5bfec82619c7290645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Sat, 21 May 2022 08:13:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index 65a670d..b63c832 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -33,7 +33,6 @@ import defaultSettings from '@/settings' const store = useStore() const theme = computed(() => store.state.settings.theme) -// const sideTheme = computed(() => store.state.settings.sideTheme) const sidebar = computed(() => store.state.app.sidebar) const device = computed(() => store.state.app.device) const needTagsView = computed(() => store.state.settings.tagsView)