mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-08-30 14:01:11 +00:00
8 lines
81 B
Vue
8 lines
81 B
Vue
<template>
|
|
<router-view />
|
|
</template>
|
|
|
|
<script>
|
|
export default {}
|
|
</script>
|