|
|
@ -71,6 +71,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
goToSearchPage() {
|
|
|
|
goToSearchPage() {
|
|
|
|
if (!this.keywords) return;
|
|
|
|
if (!this.keywords) return;
|
|
|
|
|
|
|
|
if (this.$route.name === 'search' && this.$route.query.keywords === this.keywords) return;
|
|
|
|
this.$router.push({
|
|
|
|
this.$router.push({
|
|
|
|
name: "search",
|
|
|
|
name: "search",
|
|
|
|
query: { keywords: this.keywords },
|
|
|
|
query: { keywords: this.keywords },
|
|
|
|