🚧 You can now save items to VueX store, neat!

This commit is contained in:
Alicia Sykes
2021-10-16 21:03:26 +01:00
parent 677f0eea4e
commit f1fc013457
3 changed files with 37 additions and 7 deletions

View File

@@ -3,6 +3,7 @@ const KEY_NAMES = [
'UPDATE_CONFIG',
'SET_MODAL_OPEN',
'SET_LANGUAGE',
'UPDATE_ITEM',
];
// Convert array of key names into an object, and export