Recent post on landing page

This commit is contained in:
2024-08-12 00:54:49 +08:00
parent 58f76a2a60
commit b86d446607
4 changed files with 69 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<template>
<v-carousel class="carousel-section" show-arrows="hover" cycle hide-delimiters>
<v-carousel show-arrows="hover" cycle hide-delimiters>
<v-carousel-item v-for="(item, i) in props.products" :key="i" :src="item?.thumbnail" cover>
<v-sheet color="rgba(0, 0, 0, .4)" height="calc(100% + 24px)" class="p-5">
<v-row class="fill-height" align="center" justify="center">