mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
bulk-operations v0.3 issues solved
This commit is contained in:
@@ -25,6 +25,10 @@ import {events} from '@/bus'
|
||||
if(this.fileInfoDetail.length > 1 && this.fileInfoDetail.includes(this.draggedItem) ) {
|
||||
return this.fileInfoDetail.length + ' ' + this.$tc('file_detail.items', this.fileInfoDetail.length)
|
||||
}
|
||||
|
||||
if((this.fileInfoDetail.length < 2 || !this.fileInfoDetail.includes(this.draggedItem)) && this.draggedItem ) {
|
||||
return '.'+this.draggedItem.mimetype
|
||||
}
|
||||
},
|
||||
},
|
||||
data () {
|
||||
|
||||
Reference in New Issue
Block a user