|
@@ -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) => {
|