uptime-kuma/src/layouts/EmptyLayout.vue

14 lines
109 B
Vue
Raw Normal View History

2021-06-27 08:10:55 +00:00
<template>
<router-view />
</template>
<script>
export default {
}
</script>
<style scoped>
</style>