mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
solved issues bulk review part.1
This commit is contained in:
@@ -27,11 +27,11 @@
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
events.$on('mobileSelecting-start' , () => {
|
||||
events.$on('mobileSelecting:start' , () => {
|
||||
this.mobileSelectingActive = true
|
||||
})
|
||||
|
||||
events.$on('mobileSelecting-stop' , () => {
|
||||
events.$on('mobileSelecting:stop' , () => {
|
||||
this.mobileSelectingActive = false
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user