1.测试video播放
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
<template>
|
||||
<div style="text-align: center">
|
||||
<div>
|
||||
<div>
|
||||
no source
|
||||
</div>
|
||||
<video
|
||||
|
||||
muted
|
||||
autoplay
|
||||
src="https://dev.yixiong-tech.com:8081/common/files/20260313/4a6f4b8c-dd30-4eba-acce-082c85dff388.mp4"
|
||||
>
|
||||
</video>
|
||||
</div>
|
||||
<div>
|
||||
<div>
|
||||
source
|
||||
</div>
|
||||
<video
|
||||
muted
|
||||
autoplay
|
||||
playsinline
|
||||
>
|
||||
<source src="https://dev.yixiong-tech.com:8081/common/files/20260313/4a6f4b8c-dd30-4eba-acce-082c85dff388.mp4" type="video/mp4" />
|
||||
你的浏览器不支持 HTML5 video 标签
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
<style scoped lang="less">
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user