feat: search component and loading splashscreen
This commit is contained in:
@@ -22,6 +22,7 @@ export const useSettingsStore = defineStore('settings', {
|
||||
|
||||
actions: {
|
||||
async load() {
|
||||
console.log('Load settings');
|
||||
const settings = await fetchSettings();
|
||||
this.manifest_url = settings.manifest_url;
|
||||
this.app_name = settings.app_name;
|
||||
|
||||
Reference in New Issue
Block a user