finish navbar layout

This commit is contained in:
busti 2019-11-14 03:59:17 +01:00
parent 736b63f61d
commit 83e62f5958
4 changed files with 70 additions and 67 deletions

View file

@ -4,5 +4,8 @@ import Vuex from 'vuex';
Vue.use(Vuex);
export default new Vuex.Store({
state: {
events: ['35c3', 'camp19', '36c3'],
activeEvent: '35c3'
}
});