mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-02 08:41:47 -08:00
14 lines
109 B
Vue
14 lines
109 B
Vue
|
<template>
|
||
|
<router-view />
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<style scoped>
|
||
|
|
||
|
</style>
|