use events slugs everywhere
This commit is contained in:
parent
b723331c6c
commit
fbf6d9dc91
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
<div class="dropdown">
|
||||
<button class="btn text-light dropdown-toggle btn-heading" type="button" id="dropdownMenuButton"
|
||||
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
{{ activeEvent }}
|
||||
{{ activeEvent.slug }}
|
||||
</button>
|
||||
<div class="dropdown-menu bg-dark" aria-labelledby="dropdownMenuButton">
|
||||
<a class="dropdown-item text-light" href="#" v-for="(event, index) in events" v-bind:key="index"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue