Add initial sample support

This commit is contained in:
Kevin Thomas
2021-08-25 04:05:50 -07:00
parent 880864ee5e
commit b9e340c26a
6 changed files with 390 additions and 17330 deletions

View File

@@ -18,9 +18,7 @@
<v-list
nav
>
<v-list-item-group
v-model="group"
>
<v-list-item-group>
<v-list-item
@click="home"
>
@@ -70,7 +68,6 @@ export default {
data: () => ({
drawyer: false,
group: null,
isAdmin: false
}),
methods: {