mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-12 05:22:26 +08:00
add /list for mobile
This commit is contained in:
14
src/pages/List.vue
Normal file
14
src/pages/List.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<MonitorList />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import MonitorList from "../components/MonitorList.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
MonitorList,
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user