use events slugs everywhere
This commit is contained in:
parent
b723331c6c
commit
fbf6d9dc91
2 changed files with 4 additions and 4 deletions
|
|
@ -6,11 +6,11 @@ Vue.use(Vuex);
|
|||
export default new Vuex.Store({
|
||||
state: {
|
||||
events: [
|
||||
{'slug': '35c3'},
|
||||
{'slug': '35C3'},
|
||||
{'slug': 'camp19'},
|
||||
{'slug': '36c3'}
|
||||
{'slug': '36C3'}
|
||||
],
|
||||
activeEvent: '36c3',
|
||||
activeEvent: {'slug': '36C3'},
|
||||
layout: 'cards',
|
||||
loadedItems: [
|
||||
{ uid: 1, description: 'sleeping bag', box: 7, image: 41 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue