From 8138515a4c95bb1eb3b5f16bb777a57b41c48449 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 5 Dec 2022 10:57:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9C=A8=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E4=B8=8D=E5=88=B0=E4=B8=BB=E4=BD=93=E9=85=8D=E7=BD=AE=E6=97=B6?= =?UTF-8?q?=E6=AD=A3=E5=B8=B8=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/main.js b/examples/main.js index ada63943..5266f8e9 100644 --- a/examples/main.js +++ b/examples/main.js @@ -29,6 +29,6 @@ store.dispatch('getSystem').then(({colorScheme}) => { return import(`dui/lib/styles/theme.${theme?.web}.scss`).catch(() => 0) }).finally(() => { Vue.prototype.$vm = app - !theme ? app.$mount('#app') : import(`dui/lib/styles/common.scss`).finally(() => app.$mount('#app')) + import(`dui/lib/styles/common.scss`).finally(() => app.$mount('#app')) })