1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-29 20:54:19 +00:00

table of contents in pages

This commit is contained in:
Maxime Moraine 2020-04-02 14:20:33 +02:00
parent f415fa8613
commit a6e1803b23
12 changed files with 165 additions and 10 deletions

View file

@ -14,7 +14,7 @@ export default new Vuex.Store({
drawer: true,
rightDrawer: false,
hasRightDrawer: false,
inRightSidebar: null,
inRightDrawer: null,
},
getters: {
@ -38,7 +38,7 @@ export default new Vuex.Store({
commit('setInRightDrawer', payload)
},
},
mutations: {
setDrawer: (state, payload) => {
state.drawer = payload