Files
habitica/website/client/components/parentPage.vue
Keith Holliday 77b88490e4 (WIP) Thehollidayin/front end updates (#8278)
* Added read me and Inbox Page

* Fixed inbox linting

* Added converstaion route

* Added temp data and style

* Added social page and nav

* Fixed Inbox routes

* Added basic layout for Tavern Page
2016-12-29 13:24:08 -06:00

11 lines
122 B
Vue

<template lang="pug">
.row
.sixteen.wide.column
router-view.row
</template>
<script>
export default {
};
</script>