Tencent / tdesign-mobile-vue

A Vue3.x Mobile UI components lib for TDesign.
https://tdesign.tencent.com/mobile-vue
MIT License
278 stars 155 forks source link

[t-upload] t-upload 文件类似是视频,没法显示视频默认值 #1289

Open synctimes163 opened 5 months ago

synctimes163 commented 5 months ago

这个功能解决了什么问题

可以支持我上传视频文件,显示默认视频文件。

你建议的方案是什么

` <t-upload :files="files" :max="max" :request-method="requestMethod" action="" :multiple="false" :size-limit="{ size: 3000000, unit: 'B' }" accept="video/*"> <template #addContent>

        </template>
    </t-upload>`

支持默认显示视频

github-actions[bot] commented 5 months ago

👋 @synctimes163,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。