✨ Recent post on landing page
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user