master
lml 3 months ago
parent d7b5867ff7
commit 578170fe4c

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

Loading…
Cancel
Save