src/views/Home/components/InsureInstructionsDialog.vue
@@ -8,6 +8,7 @@ width="600px" :close-on-click-modal="false" :close-on-press-escape="false" @close="goTo(`step0`)" > <div class="insureInstructionsDialog-content"> <!-- <img :src="IconTaipingLogo" alt="" class="logo" /> --> @@ -97,7 +98,7 @@ const visibleFiles = ref(false); const { isCurrent, goToNext, goToPrevious, isLast, isFirst } = useStepper( const { isCurrent, goToNext, goToPrevious, isLast, isFirst, goTo } = useStepper( InsuranceTempList.map((x, index) => `step${index}`) ); </script>