更新记录

1.0.0(2026-01-06) 下载此版本

首板发布


平台兼容性

uni-app(4.87)

Vue2 Vue3 Chrome Safari app-vue app-nvue Android iOS 鸿蒙
×
微信小程序 支付宝小程序 抖音小程序 百度小程序 快手小程序 京东小程序 鸿蒙元服务 QQ小程序 飞书小程序 快应用-华为 快应用-联盟

nax-video

<nax-video :fullScreen="fullScreen" @onTransitionend="">
    <div id="video-container"></div>
    <template #bottom>
        <button @click="fullScreen = !fullScreen">切换</button>
    </template>
</nax-video>

props

属性 类型 默认值 说明
width string 100vw 屏幕宽度
height string 100vh 屏幕高度
fullScreen boolean false 是否全屏
placeholder boolean true 是否占位

事件

名称 说明
onTransitionend 过度动画执行完成

隐私、权限声明

1. 本插件需要申请的系统权限列表:

2. 本插件采集的数据、发送的服务器地址、以及数据用途说明:

插件不采集任何数据

3. 本插件是否包含广告,如包含需详细说明广告表达方式、展示频率:

许可协议

MIT协议

暂无用户评论。