uptime-kuma/src/App.vue

8 lines
81 B
Vue
Raw Normal View History

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