mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 17:32:14 +00:00
- App popup for creating folder in mobile version
- bug fixes
This commit is contained in:
4
resources/js/helpers.js
vendored
4
resources/js/helpers.js
vendored
@@ -72,10 +72,6 @@ const Helpers = {
|
||||
win.focus()
|
||||
}
|
||||
|
||||
Vue.prototype.$createFolder = function(folderName) {
|
||||
this.$store.dispatch('createFolder', folderName)
|
||||
}
|
||||
|
||||
Vue.prototype.$handleUploading = async function(files, parent_id) {
|
||||
|
||||
let fileBuffer = []
|
||||
|
||||
Reference in New Issue
Block a user