feat: profile components

This commit is contained in:
NGPixel
2018-05-20 23:27:06 -04:00
parent 17b2117b39
commit b1499d1d64
11 changed files with 238 additions and 6 deletions

View File

@@ -0,0 +1,21 @@
<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>