uptime-kuma/src/layouts/EmptyLayout.vue

9 lines
83 B
Vue
Raw Normal View History

2021-06-27 01:10:55 -07:00
<template>
<router-view />
</template>
<script>
2022-04-13 09:30:32 -07:00
export default {};
2021-06-27 01:10:55 -07:00
</script>
2022-04-13 09:30:32 -07:00