We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a7d02 commit 3c20460Copy full SHA for 3c20460
web/src/components/FileList.vue
@@ -145,7 +145,7 @@ export default {
145
return 'webkitdirectory' in document.createElement('input')
146
},
147
beforeUpload(file) {
148
- this.uploadTip = `${this.$t('uploading')} ${file.name} ${this.$t('to')} ${this.currentPath}, ${this.notCloseWindows}..`
+ this.uploadTip = `${this.$t('uploading')} ${file.name} ${this.$t('to')} ${this.currentPath}, ${this.$t('notCloseWindows')}..`
149
this.uploadData.id = file.uid
150
// 是否有文件夹
151
const dirPath = file.webkitRelativePath;
0 commit comments