From deba5e65cd358e16f91b2f3c03c25ce0fd9f1ddb Mon Sep 17 00:00:00 2001 From: Seven Date: Thu, 15 Jan 2026 01:02:27 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0IonFab=E5=92=8CIonFab?= =?UTF-8?q?Button=E7=BB=84=E4=BB=B6=EF=BC=8C=E6=9B=B4=E6=96=B0=E8=81=8A?= =?UTF-8?q?=E5=A4=A9=E5=8A=9F=E8=83=BD=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 4 ++++ src/views/riwa/index.vue | 26 +++++++++++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/components.d.ts b/components.d.ts index 064a367..bb648da 100644 --- a/components.d.ts +++ b/components.d.ts @@ -29,6 +29,8 @@ declare module 'vue' { IonContent: typeof import('@ionic/vue')['IonContent'] IonDatetime: typeof import('@ionic/vue')['IonDatetime'] IonDatetimeButton: typeof import('@ionic/vue')['IonDatetimeButton'] + IonFab: typeof import('@ionic/vue')['IonFab'] + IonFabButton: typeof import('@ionic/vue')['IonFabButton'] IonFooter: typeof import('@ionic/vue')['IonFooter'] IonGrid: typeof import('@ionic/vue')['IonGrid'] IonHeader: typeof import('@ionic/vue')['IonHeader'] @@ -89,6 +91,8 @@ declare global { const IonContent: typeof import('@ionic/vue')['IonContent'] const IonDatetime: typeof import('@ionic/vue')['IonDatetime'] const IonDatetimeButton: typeof import('@ionic/vue')['IonDatetimeButton'] + const IonFab: typeof import('@ionic/vue')['IonFab'] + const IonFabButton: typeof import('@ionic/vue')['IonFabButton'] const IonFooter: typeof import('@ionic/vue')['IonFooter'] const IonGrid: typeof import('@ionic/vue')['IonGrid'] const IonHeader: typeof import('@ionic/vue')['IonHeader'] diff --git a/src/views/riwa/index.vue b/src/views/riwa/index.vue index 65b7973..aa7dc7d 100644 --- a/src/views/riwa/index.vue +++ b/src/views/riwa/index.vue @@ -1,8 +1,12 @@ + +