wikijs-fork/client/components/profile/pages.vue
2018-05-20 23:27:06 -04:00

22 lines
334 B
Vue

<template lang='pug'>
v-container(fluid, fill-height, grid-list-lg)
v-layout(row wrap)
v-flex(xs12)
.headline.primary--text Pages
.subheading.grey--text List of pages I created or contributed
</template>
<script>
export default {
data() {
return { }
}
}
</script>
<style lang='scss'>
</style>