generated from Seekra/repository-template
Add base settings page #74
@@ -7,17 +7,24 @@ const { t } = useI18n();
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<h1>
|
<div class="settings-page-wrapper">
|
||||||
{{ t('preferences.settings') }}
|
<h1>
|
||||||
</h1>
|
{{ t('preferences.settings') }}
|
||||||
<BaseLayout class="layout">
|
</h1>
|
||||||
<template #sidebar>
|
<LeftSidebarLayout class="layout">
|
||||||
</template>
|
<template #sidebar>
|
||||||
</BaseLayout>
|
</template>
|
||||||
|
</LeftSidebarLayout>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.layout {
|
.layout {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.settings-page-wrapper {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user