mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 00:42:16 +00:00
spotlight functions indexing
This commit is contained in:
3
resources/js/helpers/itemHelpers.js
vendored
3
resources/js/helpers/itemHelpers.js
vendored
@@ -5,6 +5,9 @@ const itemHelpers = {
|
||||
Vue.prototype.$emptyTrash = function () {
|
||||
this.$store.dispatch('emptyTrash')
|
||||
}
|
||||
Vue.prototype.$emptyTrashQuietly = function () {
|
||||
this.$store.dispatch('emptyTrashQuietly')
|
||||
}
|
||||
|
||||
Vue.prototype.$shareCancel = function () {
|
||||
this.$store.dispatch('shareCancel')
|
||||
|
||||
Reference in New Issue
Block a user