autoplay intro

This commit is contained in:
tim
2025-03-25 12:29:51 -04:00
parent a098e22e20
commit 14c4d0b9e0
3 changed files with 13 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
<template>
<intro-video autoplay/>
</template>
<script setup>
import IntroVideo from "./IntroVideo.vue";
</script>