mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
Teams mobile implementation
This commit is contained in:
5
resources/js/helpers/functionHelpers.js
vendored
5
resources/js/helpers/functionHelpers.js
vendored
@@ -392,6 +392,11 @@ const FunctionHelpers = {
|
||||
Vue.prototype.$showViewOptions = function () {
|
||||
events.$emit('mobile-menu:show', 'file-sorting')
|
||||
}
|
||||
|
||||
// TODO: refactor other methods
|
||||
Vue.prototype.$showMobileMenu = function (name) {
|
||||
events.$emit('mobile-menu:show', name)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user