feat: admin component

This commit is contained in:
NGPixel
2018-02-28 00:54:09 -05:00
parent a4f00e795c
commit 0ccdf10c9d
11 changed files with 255 additions and 33 deletions

View File

@@ -0,0 +1,19 @@
<template lang='pug'>
v-container(fluid, fill-height)
v-layout(row wrap)
v-flex(xs12)
.headline.blue--text.text--darken-2 Dashboard
.subheading.grey--text Coming soon
</template>
<script>
export default {
data() {
return {}
}
}
</script>
<style lang='scss'>
</style>