Compare commits

..

4 Commits

Author SHA1 Message Date
weeman fd07373d43
implement profile view
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2021-10-03 17:56:52 +02:00
weeman e6e44d5de8
redirect users with token #38 2021-09-24 17:51:37 +02:00
weeman c3cc51dbf9
implement seach view autofocus #41 2021-09-24 17:45:11 +02:00
weeman 9906e32f45
add login page name field autofocus #42 2021-09-24 17:39:24 +02:00
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ export default {
},
methods: {
handleSubmit() {
this.$router.push({ query: { query: this.searchText }})
this.$store.dispatch('search/search')
},
focusSearchText() {