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>
|
||||
<div>
|
||||
<h1>
|
||||
{{ t('preferences.settings') }}
|
||||
</h1>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user