uptime-kuma/src/layouts/EmptyLayout.vue

9 lines
83 B
Vue

<template>
<router-view />
</template>
<script>
export default {};
</script>