|
@@ -30,8 +30,8 @@ const progress = ref(0);
|
|
|
const framePro = ref(0)
|
|
|
const imgPro = ref(0)
|
|
|
watchEffect(() => {
|
|
|
- if (progress.proxy.$refs.fullpage) {
|
|
|
- fullpage.value = instance.proxy.$refs.fullpage;
|
|
|
+ if (props.fullpage && progress.value == 100) {
|
|
|
+ props.fullpage.api.setAllowScrolling(true);
|
|
|
}
|
|
|
});
|
|
|
emitter.on("updatePress", (val) => {
|