restructure Navbar
This commit is contained in:
parent
8dca55f6d1
commit
b723331c6c
2 changed files with 23 additions and 5 deletions
|
|
@ -5,7 +5,11 @@ Vue.use(Vuex);
|
|||
|
||||
export default new Vuex.Store({
|
||||
state: {
|
||||
events: ['35c3', 'camp19', '36c3'],
|
||||
events: [
|
||||
{'slug': '35c3'},
|
||||
{'slug': 'camp19'},
|
||||
{'slug': '36c3'}
|
||||
],
|
||||
activeEvent: '36c3',
|
||||
layout: 'cards',
|
||||
loadedItems: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue