From e39fea979d233e71d1a0a3862bc638dc32b69381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 22 Nov 2024 12:45:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20PrimeVue=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=9F=8E=E5=B8=82?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E4=B8=8B=E6=8B=89=E6=A1=86=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=8C=89=E9=92=AE=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/primevue.vue | 18 +++++++++++++++--- vite.config.ts | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/src/components/primevue.vue b/src/components/primevue.vue index 21be713..c4f2801 100644 --- a/src/components/primevue.vue +++ b/src/components/primevue.vue @@ -1,8 +1,20 @@ diff --git a/vite.config.ts b/vite.config.ts index d92b9b9..3b81909 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -115,7 +115,7 @@ function Plugins() { }), // https://github.com/unplugin/unplugin-icons?tab=readme-ov-file#auto-importing TDesignResolver({ library: 'mobile-vue', esm: true }), VantResolver({ importStyle: true }), - PrimeVueResolver({ components: { prefix: 'P' } }), + PrimeVueResolver(/* { components: { prefix: 'P' } } */), ], }), Icons({