Adds VueX store state for modal open state

This commit is contained in:
Alicia Sykes
2021-10-10 14:27:01 +01:00
parent 004bffce18
commit 8d111a1623
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
// A list of mutation names
const KEY_NAMES = [
'UPDATE_CONFIG',
'SET_MODAL_OPEN',
];
// Convert array of key names into an object, and export