remove console.log
This commit is contained in:
@@ -60,6 +60,7 @@ export default {
|
||||
search() {
|
||||
if (this.searchText) {
|
||||
if (this.searchCategory) {
|
||||
console.log('search');
|
||||
return this.$router.push({
|
||||
name: 'busqueda',
|
||||
query: { q: this.searchText, category: [this.searchCategory] },
|
||||
|
||||
Reference in New Issue
Block a user