mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-14 20:27:59 +00:00
Add initial sample support
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user