cozy-rsvp/app/App.vue

6 lines
104 B
Vue

<template>
<div class="rsvp-app" role="application">
<router-view></router-view>
</div>
</template>