Added button to create new cache
This commit is contained in:
parent
1c5aacab2b
commit
941eba5e3d
@ -51,6 +51,9 @@
|
||||
</q-expansion-item>
|
||||
</q-card>
|
||||
</q-list>
|
||||
<div class="row justify-end">
|
||||
<q-btn v-if="hasAdminState" @click="startCache(cache.id)" unelevated color="positive" stack icon="add" label="Erstellen" size="sm" side="left"/>
|
||||
</div>
|
||||
</q-tab-panel>
|
||||
|
||||
|
||||
|
||||
@ -71,12 +71,12 @@
|
||||
tab: 'solo',
|
||||
rankinglist: [],
|
||||
users: [{
|
||||
username: "kathy", id: "123", rankingPointsSum: "15"
|
||||
},
|
||||
{
|
||||
username: "timo", id: "124", rankingPointsSum: "20"
|
||||
}]
|
||||
}
|
||||
username: "CacherA", id: "123", rankingPointsSum: "15"
|
||||
},
|
||||
{
|
||||
username: "CacherB", id: "124", rankingPointsSum: "20"
|
||||
}]
|
||||
}
|
||||
},
|
||||
created: function() {
|
||||
console.log("created(): " + this.rankinglist);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user