mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
bulk-operations v0.1 mobileSeleting finished, change FileFullPreview code
This commit is contained in:
@@ -26,7 +26,7 @@ export default {
|
||||
filteredFiles() {
|
||||
let filteredData = []
|
||||
this.data.filter((element) => {
|
||||
if (element.type == this.fileInfoDetail.type) {
|
||||
if (element.type == this.fileInfoDetail[0].type) {
|
||||
filteredData.push(element)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user