Merge branch 'master' of github.com:yi-ge/blog-client

This commit is contained in:
2019-06-01 19:57:11 +08:00
7 changed files with 884 additions and 1099 deletions

View File

@ -107,7 +107,6 @@ export default {
}, 3000)
},
search() {
console.log(this.searchVal)
if (this.searchVal !== '') this.$router.push({ path: 'search?q=' + this.searchVal })
}
}