소스 검색

完善 打包

million 1 년 전
부모
커밋
e2b44374fe
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/HomeView.vue

+ 2 - 2
src/views/HomeView.vue

@@ -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>