12 lines
250 B
Vue
12 lines
250 B
Vue
<template>
|
|
<div class="background">
|
|
<main>
|
|
<ContentDoc />
|
|
</main>
|
|
<video controls width="640">
|
|
<source src="/videos/video.mp4" type="video/mp4" />
|
|
Your browser does not support the video tag.
|
|
</video>
|
|
</div>
|
|
</template>
|