mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 17:02:16 +00:00
bulk-operations v0.1 setup bulk delete,move items and FileInfoPanel
This commit is contained in:
@@ -473,7 +473,7 @@ export default {
|
||||
},
|
||||
deleteItem() {
|
||||
// Dispatch remove item
|
||||
this.$store.dispatch("deleteItem", this.item);
|
||||
this.$store.dispatch("deleteItem");
|
||||
},
|
||||
createFolder() {
|
||||
// Create folder
|
||||
|
||||
Reference in New Issue
Block a user