From b8ac17b6002d0419ce08ebc06b4eeae3836019cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= <37316281+yanhao98@users.noreply.github.com> Date: Sat, 14 Dec 2024 21:55:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20App.vue=20?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=EF=BC=8C=E5=90=88=E5=B9=B6=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E6=A1=86=E5=92=8C=E6=8F=90=E7=A4=BA=E7=BB=84=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 +--- src/utils/primevue.ts | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index d22df2a..514118b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,7 +8,5 @@ const VITE_BUILD_COMMIT = import.meta.env.VITE_BUILD_COMMIT; - - - + diff --git a/src/utils/primevue.ts b/src/utils/primevue.ts index c68f37b..b5bdaa5 100644 --- a/src/utils/primevue.ts +++ b/src/utils/primevue.ts @@ -1,5 +1,5 @@ /** - * 需要把 放在 App.vue 的 template 中 + * 需要把 放在 App.vue 的 template 中 */ import '../assets/reset-primevue.css';