login
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
<!-- <v-icon>{{ item.img }}</v-icon> -->
|
||||
{{ item.title }}
|
||||
</NuxtLink>
|
||||
<a href="https://agent.swarnamath.com">Login</a>
|
||||
</v-row>
|
||||
</v-toolbar-items>
|
||||
</v-app-bar>
|
||||
@@ -70,7 +71,7 @@ export default {
|
||||
{ img: 'mdi-apple', link: "/category/cloths", title: 'পরিধান ' },
|
||||
{ img: 'mdi-tag', link: "/category/grocery", title: 'মুদি ' },
|
||||
{ img: 'mdi-basket', link: "/bag", title: 'ব্যাগ ' },
|
||||
{ img: 'mdi-cellphone-basic', link: "/category/", title: 'সব বিভাগ' },
|
||||
{ img: 'mdi-cellphone-basic', link: "/category/", title: 'সব বিভাগ' }
|
||||
|
||||
],
|
||||
}),
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
</center>
|
||||
<v-row>
|
||||
<v-col v-for="link in links" :key="link.id" sm="6" lg="4" xl="3">
|
||||
<nuxt-link :to="`/${link.link}`">
|
||||
<nuxt-link :to="`${link.link}`">
|
||||
<v-card class="mx-auto mb-1">
|
||||
<v-img :src="`${link.img}`" aspect-ratio="1.2"></v-img>
|
||||
<center>
|
||||
|
||||
Reference in New Issue
Block a user