habitica-self-host/website/client/components/page.vue

11 lines
137 B
Vue
Raw Normal View History

<template lang="pug">
.row
.sixteen.wide.column
h2 Page
p {{ $route.path }}
</template>
<script>
export default {
};
</script>