Files
habitica/website/client/src/components/parentPage.vue
T
Matteo Pagliazzi 07349c70bc pug to html
2019-10-12 16:33:05 +02:00

8 lines
107 B
Vue

<template>
<div class="row">
<div class="col">
<router-view />
</div>
</div>
</template>