mirror of
https://github.com/h44z/wg-portal.git
synced 2025-10-06 00:16:17 +00:00
chore(deps): update frontend packages (#387)
This commit is contained in:
@@ -5,8 +5,7 @@ import { apiWrapper } from '@/helpers/fetch-wrapper'
|
||||
|
||||
const baseUrl = `/config`
|
||||
|
||||
export const settingsStore = defineStore({
|
||||
id: 'settings',
|
||||
export const settingsStore = defineStore('settings', {
|
||||
state: () => ({
|
||||
settings: {},
|
||||
}),
|
||||
@@ -33,4 +32,4 @@ export const settingsStore = defineStore({
|
||||
})
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user