This commit is contained in:
2025-12-29 16:41:28 +08:00
parent 6241504095
commit 1c908284e6
4 changed files with 53 additions and 23 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
</div>
</div>
<VideoComponent v-if="videoUrl" :src="videoUrl" />
<VideoComponent @click.stop v-if="videoUrl" :src="videoUrl" />
</div>
</template>
<script setup lang="ts">