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