finish navbar layout
This commit is contained in:
parent
736b63f61d
commit
83e62f5958
4 changed files with 70 additions and 67 deletions
|
@ -4,5 +4,8 @@ import Vuex from 'vuex';
|
|||
Vue.use(Vuex);
|
||||
|
||||
export default new Vuex.Store({
|
||||
|
||||
state: {
|
||||
events: ['35c3', 'camp19', '36c3'],
|
||||
activeEvent: '35c3'
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue