Feat(settings): add renderer for settings configuration #142

Merged
jakob.scheid merged 88 commits from feature/settings-renderer into main 2026-07-28 20:14:50 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 880beeee07 - Show all commits
@@ -30,7 +30,7 @@ const props = defineProps({
}, },
path: { path: {
required: true required: true
}, }
}); });
const store = useSettingsStore(); const store = useSettingsStore();
@@ -30,7 +30,7 @@ const props = defineProps({
}, },
path: { path: {
required: true required: true
}, }
}); });
</script> </script>