-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[t-upload] 上传图片预览功能反馈 #776
Labels
Comments
👋 @samchenws,感谢给 TDesign 提出了 issue。 |
这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。 |
此 Issue 被自动关闭,因为它自被标记为过时 stale 以来已闲置 7 天。 |
这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。 |
这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。 |
此 Issue 被自动关闭,因为它自被标记为过时 stale 以来已闲置 7 天。 |
<t-upload
:requestMethod="picRequest"
multiple
theme="image"
v-model="tabs.pictures"
/>
function picRequest(files) {
console.log(files)
return new Promise((resolve) => {
resolve({
status: 'success',
response: {
url: URL.createObjectURL(files[0].raw),
},
});
});
} 这样可以在不上传的时候预览 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tdesign-vue 版本
Vue for Web 0.40.3
重现链接
No response
重现步骤
Theme='image'的时候 点击选择文件的时候 能否先提供预览,而不是上传完后在预览
希望能在 #765 的 基础上增强这个功能
期望结果
Theme='image'的时候 点击选择文件的时候 能否先提供预览,而不是上传完后在预览
实际结果
上传完后在预览
框架版本
No response
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered: