Update components.vue

This commit is contained in:
khatab Wedaa
2021-12-16 18:05:46 +02:00
committed by GitHub
parent b0d592f818
commit 74b5ceed59

View File

@@ -294,6 +294,7 @@ export default {
this.activeCategory = category;
this.sidebarOpen = false;
document.getElementById('main').scrollTop = 0;
window.scrollTo(0,0)
}
}
};