added basic template to position main elements in the page

This commit is contained in:
F4ilji
2025-04-10 15:01:13 +05:00
parent 88e729aa87
commit c27c1c36c1
23 changed files with 1257 additions and 1136 deletions
-1
View File
@@ -130,7 +130,6 @@ export default {
computed: {
...mapGetters(['lastSlider', 'isBviActive']),
currentLogo() {
console.log(this.isBviActive)
if (this.isBviActive) {
return this.logos.default
}