uptime-kuma/src/App.vue
Adam Stachowicz 4c8fdd07d9 Manual fixes
2021-07-27 19:53:59 +02:00

8 lines
81 B
Vue

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