uptime-kuma/src/layouts/EmptyLayout.vue

8 lines
81 B
Vue
Raw Normal View History

2021-06-27 04:10:55 -04:00
<template>
<router-view />
</template>
<script>
2021-07-27 13:47:13 -04:00
export default {}
2021-06-27 04:10:55 -04:00
</script>