Browse Source

Merge branch 'master' of http://192.168.0.115:3000/zhangyupeng/fullpage-show

gemercheung 1 năm trước cách đây
mục cha
commit
bc5c9d5b51
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/components/imgLoading.vue

+ 0 - 2
src/components/imgLoading.vue

@@ -33,8 +33,6 @@ const imgPro = ref(0)
 watchEffect(() => {
     if (props.fullpage && progress.value == 100) {
         props.fullpage.api.setAllowScrolling(true);
-        props.fullpage.api.moveTo(0);
-        // emit('changePer', progress.value)
     }
   });
 emitter.on("updatePress", (val) => {