mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-22 03:25:56 +00:00
Merge ddf35ec96f
into be2faf64ce
This commit is contained in:
commit
5796b33d4c
1 changed files with 7 additions and 0 deletions
|
@ -6,11 +6,18 @@
|
|||
|
||||
<script>
|
||||
import MonitorList from "../components/MonitorList.vue";
|
||||
import mobileMixin from "../mixins/mobile.js";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
MonitorList,
|
||||
},
|
||||
mixins: [mobileMixin],
|
||||
created() {
|
||||
if (!this.isMobile) {
|
||||
this.$router.push("/dashboard");
|
||||
}
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue