fixedHeaderScrollThreshold() {
return window.innerWidth >= 992 ? 550 : 300;
}
},
Вот этот код:
<client-only>
<fixed-header :threshold="fixedHeaderScrollThreshold">
ЧЯДНТ?
в компьютеде проверяй process.browser
fixedHeaderScrollThreshold - пытается посчитать еще на сервере
Обсуждают сегодня