Skip to content

Video 视频组件

基础用法

vue
<script setup lang="ts">
  import {Video} from "@dfsj/components"; 
   
  
</script>

<template>
  <template>
    <Video  />
  </template>
</template>

属性

属性说明类型可选值默认值

方法

方法名说明回调参数