Vue event bus, uploading files handles from file service.
This commit is contained in:
@@ -47,7 +47,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
search: function () {
|
||||
console.info(this.searchTerm);
|
||||
axios.get('/book/search/' + this.searchTerm).then(response => {
|
||||
this.books = response.data;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user