mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-16 17:02:24 -05:00
fixed response models
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user