Files
habitica/website/client/components/emptyView.vue
2017-01-17 19:45:27 +01:00

4 lines
133 B
Vue

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