selfservice/src/App.vue
2021-03-31 18:45:04 +02:00

5 lines
73 B
Vue

<template>
<main>
<router-view></router-view>
</main>
</template>