mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 01:12:14 +00:00
- added file resource
- frontend refactoring
This commit is contained in:
@@ -32,12 +32,12 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
closeSelecting() {
|
||||
events.$emit('mobileSelecting:stop')
|
||||
events.$emit('mobile-select:stop')
|
||||
},
|
||||
},
|
||||
created() {
|
||||
events.$on('mobileSelecting:start', () => this.mobileMultiSelect = true)
|
||||
events.$on('mobileSelecting:stop', () => this.mobileMultiSelect = false)
|
||||
events.$on('mobile-select:start', () => this.mobileMultiSelect = true)
|
||||
events.$on('mobile-select:stop', () => this.mobileMultiSelect = false)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user