feat: 修复组件导入名称并添加验证代码组件
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<script lang='ts' setup>
|
<script lang='ts' setup>
|
||||||
import { modalController } from "@ionic/vue";
|
import { modalController } from "@ionic/vue";
|
||||||
import VerifyCode from "./verify-code.vue";
|
import VerificationCode from "./verification-code.vue";
|
||||||
|
|
||||||
async function closeModal() {
|
async function closeModal() {
|
||||||
await modalController.dismiss();
|
await modalController.dismiss();
|
||||||
@@ -19,7 +19,7 @@ async function closeModal() {
|
|||||||
</IonToolbar>
|
</IonToolbar>
|
||||||
</IonHeader>
|
</IonHeader>
|
||||||
<IonContent :fullscreen="true" class="ion-padding">
|
<IonContent :fullscreen="true" class="ion-padding">
|
||||||
<VerifyCode />
|
<VerificationCode />
|
||||||
</IonContent>
|
</IonContent>
|
||||||
</IonPage>
|
</IonPage>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user