mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
file filter icon change
This commit is contained in:
13
resources/js/helpers/functionHelpers.js
vendored
13
resources/js/helpers/functionHelpers.js
vendored
@@ -229,6 +229,19 @@ const FunctionHelpers = {
|
||||
}[this.$route.name]
|
||||
}
|
||||
|
||||
Vue.prototype.$getCurrentSectionIcon = function () {
|
||||
|
||||
return {
|
||||
'RecentUploads': 'upload-cloud',
|
||||
'MySharedItems': 'share',
|
||||
'Trash': 'trash2',
|
||||
'Public': 'hard-drive',
|
||||
'Files': 'hard-drive',
|
||||
'TeamFolders': 'users',
|
||||
'SharedWithMe': 'user-check',
|
||||
}[this.$router.currentRoute.name]
|
||||
}
|
||||
|
||||
Vue.prototype.$getDataByLocation = function () {
|
||||
|
||||
let routes = {
|
||||
|
||||
Reference in New Issue
Block a user