onMounted(() => { // Fetch settings on load fetchSettings() }) // Function to fetch settings from the API using SettingsService const fetchSettings = async () => { settingsWrapper.isLoading = true try { settingsWrapper.settings = await settingService.getSettings()