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.typeToSearch")
|
||||||
: this.$t("search.pressToSearch");
|
: this.$t("search.pressToSearch");
|
||||||
},
|
},
|
||||||
isMobile() {
|
|
||||||
return getters.isMobile();
|
|
||||||
},
|
|
||||||
isRunning() {
|
isRunning() {
|
||||||
return this.ongoing;
|
return this.ongoing;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue