From 9cc66456b7e315f0fedde188a254836e39ad7a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sun, 27 Feb 2022 12:56:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20SCSS=E5=85=A8=E5=B1=80=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/settings.ts b/src/store/modules/settings.ts index 72e32c42..be042c17 100644 --- a/src/store/modules/settings.ts +++ b/src/store/modules/settings.ts @@ -3,7 +3,7 @@ import {store} from "@/store"; import {SettingState} from "@/store/interface"; import defaultSettings from '../../settings' const {showSettings, tagsView, fixedHeader, sidebarLogo} = defaultSettings -import variables from '@/styles/element-variables.scss' +import variables from '@/styles/element-variables.module.scss' export const useSettingStore = defineStore({ id: "setting",