field video on paragraphe source
This commit is contained in:
@@ -202,9 +202,9 @@ export default {
|
||||
})
|
||||
},
|
||||
onMainScrolled(scrolled){
|
||||
console.log('this.$refs', this.$refs);
|
||||
// console.log('this.$refs', this.$refs);
|
||||
let cartouche_main = this.$refs.cartouche_layout.$refs.cartouche_main;
|
||||
console.log('cartouche_main', cartouche_main);
|
||||
// console.log('cartouche_main', cartouche_main);
|
||||
if(scrolled && cartouche_main.scrollHeight > 600){
|
||||
this.headerreduced = true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user