wishlist-app/src/App.vue
Benny Samir Hierl 17dce65127 remove await functions on pages
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
2022-02-02 21:37:08 +01:00

8 lines
146 B
Vue

<template>
<div class="app max-w-[900px] mx-auto p-10">
<main>
<router-view />
</main>
<modal-overlay />
</div>
</template>