removes console log
This commit is contained in:
parent
6ca0229b15
commit
8b9f345e3b
|
@ -65,8 +65,6 @@ export default {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
updateSearch() {
|
updateSearch() {
|
||||||
console.log(this.$route);
|
|
||||||
|
|
||||||
if(this.$route.path != '/items') {
|
if(this.$route.path != '/items') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: '/items',
|
path: '/items',
|
||||||
|
|
Loading…
Reference in New Issue