autoplay intro
This commit is contained in:
7
src/components/IntroVideoAutoplay.vue
Normal file
7
src/components/IntroVideoAutoplay.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<intro-video autoplay/>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import IntroVideo from "./IntroVideo.vue";
|
||||
</script>
|
||||
Reference in New Issue
Block a user