mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-15 17:27:36 -05:00
Update src/pages/List.vue
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
ddf35ec96f
commit
0e70d1e373
@ -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 New Issue
Block a user