mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-18 10:28:05 +00:00
Update src/pages/List.vue
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
ddf35ec96f
commit
0e70d1e373
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export default {
|
||||||
components: {
|
components: {
|
||||||
MonitorList,
|
MonitorList,
|
||||||
},
|
},
|
||||||
mixins: [mobileMixin],
|
mixins: [ mobileMixin ],
|
||||||
created() {
|
created() {
|
||||||
if (!this.isMobile) {
|
if (!this.isMobile) {
|
||||||
this.$router.push("/dashboard");
|
this.$router.push("/dashboard");
|
||||||
|
|
Loading…
Reference in a new issue