From 16b93757d32c8ce2f611a62d6015072b0ecfc09a Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Tue, 26 Dec 2023 11:04:14 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=B7=BB=E5=8A=A0=E5=B8=B8=E8=A7=81?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 18 +++++++++--------- src/components/Icon/src/Icon.vue | 6 ++++-- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4a1c89d..840ff90 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,7 +4,7 @@ import { useAppStore } from '@/store/modules/app' import { ConfigGlobal } from '@/components/ConfigGlobal' import { useDesign } from '@/hooks/web/useDesign' import { useDark } from '@vueuse/core' -// import { ElNotification } from 'element-plus' +import { ElNotification } from 'element-plus' const { getPrefixCls } = useDesign() @@ -22,14 +22,14 @@ const isDark = useDark({ }) isDark.value = appStore.getIsDark -// ElNotification({ -// title: '提示', -// type: 'warning', -// duration: 0, -// dangerouslyUseHTMLString: true, -// message: -// '

遇事不决,请先查阅常见问题,说不定你能找到相关解答

链接地址

' -// }) +ElNotification({ + title: '提示', + type: 'warning', + duration: 0, + dangerouslyUseHTMLString: true, + message: + '

遇事不决,请先查阅常见问题,说不定你能找到相关解答

链接地址

' +})