lvkun996 1 tahun lalu
induk
melakukan
297657d31a
2 mengubah file dengan 1 tambahan dan 4 penghapusan
  1. TEMPAT SAMPAH
      dist.zip
  2. 1 4
      src/pages/LearnPlan/components/LearnPlanButton.vue

TEMPAT SAMPAH
dist.zip


+ 1 - 4
src/pages/LearnPlan/components/LearnPlanButton.vue

@@ -12,7 +12,7 @@
 
 <script lang="ts" setup >
 
-import { defineProps, ref, onMounted, onUnmounted } from 'vue'
+import { defineProps, ref, onMounted, onUnmounted, defineEmits } from 'vue'
 import { useRouter } from 'vue-router'
 import { useScheduler } from '@/hook/index'
 import { prop } from 'vue-class-component'
@@ -65,9 +65,6 @@ const countDownFn = () => {
       if (countDown.value <= 1) {
         stx.pause()
         props.goPage()
-      
-        
-      
       }
     },
     delay: 1000