generated from Seekra/repository-template
Add settings view heading
This commit is contained in:
@@ -1,2 +1,13 @@
|
|||||||
|
<script setup>
|
||||||
|
import { useI18n } from 'vue-i18n';
|
||||||
|
|
||||||
|
const { t } = useI18n();
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<div>
|
||||||
|
<h1>
|
||||||
|
{{ t('preferences.settings') }}
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
Reference in New Issue
Block a user