generated from Seekra/repository-template
Feat(settings): add renderer for settings configuration #142
@@ -84,17 +84,17 @@ onMounted(async () => {
|
||||
</li>
|
||||
</ul>
|
||||
</template>
|
||||
<div class="settings-main-content">
|
||||
<div v-if="!settingsLoaded">
|
||||
{{ t('loading') }}
|
||||
</div>
|
||||
<div v-else-if="activeSection">
|
||||
<div class="settings-main-content">
|
||||
<SettingsPage :setting="activeSectionContent" :path="activeSection" />
|
||||
</div>
|
||||
</div>
|
||||
<div v-else>
|
||||
{{ t('settings.noSectionSelected') }}
|
||||
</div>
|
||||
</div>
|
||||
</LeftSidebarLayout>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user