mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added router push on click home-icon in home-mobile
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="footer-mobile__block home-icon">
|
||||
<a href="#">
|
||||
<a href="#" @click="$router.push({ name: 'home' })">
|
||||
<img src="@/assets/icons-adaptive/home-adaptive/icon-home.svg">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user