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