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