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:
parent
f415fa8613
commit
a6e1803b23
12 changed files with 165 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue