update
This commit is contained in:
@@ -143,4 +143,9 @@
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
const props = defineProps(['props'])
|
||||
console.log('props', props);
|
||||
</script>
|
||||
@@ -19,7 +19,9 @@
|
||||
</div>
|
||||
|
||||
<video controls class="mt-[4vw] md:mt-[1.8vw] w-full">
|
||||
<source src="/public/video/test.mp4" type="video/mp4" />
|
||||
<source
|
||||
|
||||
src="/public/video/test.mp4" type="video/mp4" />
|
||||
</video>
|
||||
<div
|
||||
class="relative flex items-center text-[4.038vw] md:text-[1.502vw] mt-[6vw] md:mt-[1.6vw] font-semibold"
|
||||
|
||||
Reference in New Issue
Block a user