1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 05:25:26 +02:00

fixed response models

This commit is contained in:
Hayden 2021-01-07 20:41:09 -09:00
parent e6b423cde0
commit 3cb7c9c0b2
9 changed files with 169 additions and 167 deletions

View file

@ -7,11 +7,13 @@ import userSettings from "./modules/userSettings";
Vue.use(Vuex);
const store = new Vuex.Store({
plugins: [createPersistedState({
paths: ['userSettings']
})],
plugins: [
createPersistedState({
paths: ["userSettings"],
}),
],
modules: {
userSettings
userSettings,
},
state: {
// Snackbar
@ -40,7 +42,6 @@ const store = new Vuex.Store({
},
actions: {
async requestRecentRecipes() {
const keys = [
"name",