Files
habitica/website/client/src/components/emptyView.vue
T
2019-10-12 17:05:15 +02:00

5 lines
136 B
Vue

<template>
<!-- Container component used when you only need an empty view to support children routes-->
<router-view />
</template>