feat: 添加服务条款页面及相关逻辑,更新用户注册流程以要求同意条款
This commit is contained in:
2
components.d.ts
vendored
2
components.d.ts
vendored
@@ -24,6 +24,7 @@ declare module 'vue' {
|
||||
IonBadge: typeof import('@ionic/vue')['IonBadge']
|
||||
IonButton: typeof import('@ionic/vue')['IonButton']
|
||||
IonButtons: typeof import('@ionic/vue')['IonButtons']
|
||||
IonCheckbox: typeof import('@ionic/vue')['IonCheckbox']
|
||||
IonCol: typeof import('@ionic/vue')['IonCol']
|
||||
IonContent: typeof import('@ionic/vue')['IonContent']
|
||||
IonDatetime: typeof import('@ionic/vue')['IonDatetime']
|
||||
@@ -83,6 +84,7 @@ declare global {
|
||||
const IonBadge: typeof import('@ionic/vue')['IonBadge']
|
||||
const IonButton: typeof import('@ionic/vue')['IonButton']
|
||||
const IonButtons: typeof import('@ionic/vue')['IonButtons']
|
||||
const IonCheckbox: typeof import('@ionic/vue')['IonCheckbox']
|
||||
const IonCol: typeof import('@ionic/vue')['IonCol']
|
||||
const IonContent: typeof import('@ionic/vue')['IonContent']
|
||||
const IonDatetime: typeof import('@ionic/vue')['IonDatetime']
|
||||
|
||||
Reference in New Issue
Block a user