hide logo when opening search bar on small screens

This commit is contained in:
Henry Jameson 2018-12-03 07:49:14 +03:00
parent e15b9bddbb
commit ea805bbbe6
4 changed files with 16 additions and 2 deletions

View file

@ -11,6 +11,7 @@ const UserFinder = {
},
toggleHidden () {
this.hidden = !this.hidden
this.$emit('toggled', this.hidden)
}
}
}