Updated
This commit is contained in:
@@ -15,9 +15,9 @@ const { data: product } = useGetProduct(id);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<section class="h-[110svh] w-full relative bg-black mt-[5rem]">
|
||||
<section v-if="product?.video" class="h-[110svh] w-full relative bg-black mt-[5rem]">
|
||||
<video
|
||||
src="/video/product-video.mp4"
|
||||
:src="product.video"
|
||||
class="object-cover absolute size-full"
|
||||
muted
|
||||
autoplay
|
||||
|
||||
Reference in New Issue
Block a user