From c3320d771cd9ee004b08c2cc7769316b8db3f124 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Wed, 26 Jun 2024 17:52:50 +0800 Subject: [PATCH] chore: update --- src/App.vue | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/App.vue b/src/App.vue index eda3643718..1cf60223b4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,7 +14,7 @@ import en from "element-plus/es/locale/lang/en"; import zhCn from "element-plus/es/locale/lang/zh-cn"; import plusEn from "plus-pro-components/es/locale/lang/en"; import plusZhCn from "plus-pro-components/es/locale/lang/zh-cn"; -import { ElNotification } from "element-plus"; +// import { ElNotification } from "element-plus"; export default defineComponent({ name: "app", @@ -51,20 +51,20 @@ export default defineComponent({ } ); } - }, - mounted() { - ElNotification({ - title: "通知", - duration: 0, - //@ts-expect-error - style: { width: "260px" }, - position: "bottom-right", - dangerouslyUseHTMLString: true, - message: ` - JS 版本限时优惠中! - - ` - }); } + // mounted() { + // ElNotification({ + // title: "通知", + // duration: 0, + // //@ts-expect-error + // style: { width: "260px" }, + // position: "bottom-right", + // dangerouslyUseHTMLString: true, + // message: ` + // JS 版本限时优惠中! + // + // ` + // }); + // } });