|
@@ -23,9 +23,9 @@ const toPage = (url:string) => {
|
|
|
<img class="left" v-show="sunStore.sun" src="../assets/home/header.svg" alt="header">
|
|
|
</div>
|
|
|
<div class="right">
|
|
|
- <video v-show="!sunStore.sun" autoplay="autoplay" playsinline="playsinline" muted="muted" width="640" height="640" src="../media/0727(7).mp4">
|
|
|
+ <video v-show="!sunStore.sun" autoplay muted width="640" height="640" src="../media/0727(7).mp4">
|
|
|
</video>
|
|
|
- <video v-show="sunStore.sun" autoplay="autoplay" playsinline="playsinline" muted="muted" width="640" height="640" src="../media/0727(12).mp4">
|
|
|
+ <video v-show="sunStore.sun" autoplay muted width="640" height="640" src="../media/0727(12).mp4">
|
|
|
</video>
|
|
|
</div>
|
|
|
</div>
|