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

6 lines
81 B
Vue
Raw Normal View History

<template lang="pug">
.row
.col
h2 Page
p {{ $route.path }}
</template>