Product index

This commit is contained in:
2024-08-10 16:40:59 +08:00
parent ecc17c5cf5
commit 0758f2d5c1
3 changed files with 72 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<p class="text-lg text-white">{{ item?.description }}</p>
<div class="flex justify-center mt-3">
<v-btn variant="text" color="white" prepend-icon="mdi-school" text="Learn more" />
<v-btn variant="text" color="white" prepend-icon="mdi-school" text="Learn more" :to="item._path" />
<v-btn
v-if="item?.url"
variant="text"