feat: 添加IonFab和IonFabButton组件,更新聊天功能按钮样式
This commit is contained in:
4
components.d.ts
vendored
4
components.d.ts
vendored
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user