Merge branch 'master' of github.com:KevinMidboe/vinlottis into enhancement/vinlottispage-css-fixes

This commit is contained in:
Adrian Thompson
2020-09-11 10:15:23 +02:00
4 changed files with 41 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ export default {
watch: {
highscoreFilter(val) {
if (val.length) {
val = val.toLowerCase();
this.highscore = this.highscoreResponse.filter(person => person.name.toLowerCase().includes(val))
} else {
this.highscore = this.highscoreResponse