mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 17:12:15 +00:00
TypedAvatar.vue colored background
This commit is contained in:
@@ -153,12 +153,9 @@ export default {
|
||||
params: {query: value}
|
||||
})
|
||||
.then(response => {
|
||||
|
||||
let files = response.data.files.data
|
||||
let folders = response.data.folders.data
|
||||
|
||||
console.log(files);
|
||||
|
||||
this.results = folders.concat(files)
|
||||
})
|
||||
.catch(() => this.$isSomethingWrong())
|
||||
|
||||
Reference in New Issue
Block a user