Skip to content

Dragger

可拖放文件容器

基础用法

❣️view the code❣️

vue
<xyDragger :onFile="hanldeFile">
  <xyIcon icon="fa-solid fa-circle-up" size="8x"></xyIcon>
</xyDragger>

ts
<script setup lang="ts">

const hanldeFile = (files)=>{
    console.log(files)
}
</script>

Props 属性

属性名属性类型说明默认值
onFile(file: FileList) => void拖放文件列表集合-
classNamestring自定义CSS类名-