join_admin/src/layout/clean.vue
Lukas Bachschwell 94cbbf8895
All checks were successful
continuous-integration/drone/push Build is passing
Changes for pitch2
2020-04-09 13:30:46 +02:00

6 lines
80 B
Vue

<template>
<div class="app-wrapper">
<router-view />
</div>
</template>