mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
feat(components): [upload] item add title attribute (#13231)
This commit is contained in:
parent
340a9bb32c
commit
123c18fceb
@ -43,7 +43,10 @@
|
||||
<el-icon :class="nsIcon.m('document')">
|
||||
<Document />
|
||||
</el-icon>
|
||||
<span :class="nsUpload.be('list', 'item-file-name')">
|
||||
<span
|
||||
:class="nsUpload.be('list', 'item-file-name')"
|
||||
:title="file.name"
|
||||
>
|
||||
{{ file.name }}
|
||||
</span>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user