even more getter fixes
This commit is contained in:
parent
7738ce87e6
commit
ca0da60bcd
24 changed files with 93 additions and 56 deletions
|
|
@ -1,7 +1,4 @@
|
|||
import {
|
||||
cloneDeep,
|
||||
set,
|
||||
} from 'lodash'
|
||||
import { cloneDeep, set } from 'lodash'
|
||||
import { defineStore } from 'pinia'
|
||||
import { toRaw } from 'vue'
|
||||
|
||||
|
|
@ -12,7 +9,7 @@ import { defaultState as configDefaultState } from 'src/modules/default_config_s
|
|||
export const defaultState = {
|
||||
prefsStorage: {
|
||||
...configDefaultState,
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
export const useLocalConfigStore = defineStore('local_config', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue