master
lml 3 months ago
parent d7b5867ff7
commit 578170fe4c

@ -400,7 +400,7 @@ export default {
},
handleScroll() {
this.sections.forEach(section => {
console.log(section,'section')
// console.log(section,'section')
const refName = `section${section}`;
const element = this.$refs[refName];

Loading…
Cancel
Save