mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-23 20:01:14 -08:00
9 lines
83 B
Vue
9 lines
83 B
Vue
<template>
|
|
<router-view />
|
|
</template>
|
|
|
|
<script>
|
|
export default {};
|
|
</script>
|
|
|