ismobile fix (#163)
This commit is contained in:
parent
c616b1473a
commit
865fb4e243
|
@ -328,9 +328,6 @@ export default {
|
|||
? this.$t("search.typeToSearch")
|
||||
: this.$t("search.pressToSearch");
|
||||
},
|
||||
isMobile() {
|
||||
return getters.isMobile();
|
||||
},
|
||||
isRunning() {
|
||||
return this.ongoing;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue