From 81d8a51d6cea92fe16c6c7ec7e9a1a1091dd8229 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Thu, 28 Nov 2024 13:06:32 +0800 Subject: [PATCH] chore: update --- src/App.vue | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/App.vue b/src/App.vue index f658bb8be3..badf98192b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -16,7 +16,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", @@ -54,24 +54,24 @@ export default defineComponent({ } ); } - }, - mounted() { - ElNotification({ - title: "优惠活动即将结束", - duration: 0, - //@ts-expect-error - style: { width: "200px" }, - position: "bottom-right", - dangerouslyUseHTMLString: true, - message: ` - - JS版本 - - - Max版本 - - ` - }); } + // mounted() { + // ElNotification({ + // title: "优惠活动即将结束", + // duration: 0, + // //@ts-expect-error + // style: { width: "200px" }, + // position: "bottom-right", + // dangerouslyUseHTMLString: true, + // message: ` + // + // JS版本 + // + // + // Max版本 + // + // ` + // }); + // } });