This commit is contained in:
f4ilji
2024-10-14 15:44:47 +05:00
parent d3511af72a
commit e4678fc0d2
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -39,12 +39,14 @@
</div>
<div>
<DesktopNavBar :sections="sections" :under-slider-header="underSliderHeader" />
<MobileNavbar :sections="sections" />
</div>
</div>
</nav>
</header>
<MobileNavbar :sections="sections" />
<SearchModal open_id="open-search-modal" />
@@ -156,7 +158,6 @@ export default {
},
mounted() {
console.log()
window.addEventListener('scroll', this.handleScroll)
window.addEventListener('scroll', this.checkSlider)
if (this.getCookie('bvi_panelActive') === null) {