mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
11 lines
140 B
Vue
11 lines
140 B
Vue
|
|
<template lang="pug">
|
||
|
|
.row
|
||
|
|
.sixteen.wide.column
|
||
|
|
h2 Parent Page
|
||
|
|
router-view.row
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
export default {
|
||
|
|
};
|
||
|
|
</script>
|