Add dynamic titles #71
This commit is contained in:
@ -9,6 +9,7 @@ import {
|
||||
getFollows
|
||||
} from '@/settingsManager'
|
||||
import type { Settings } from '@/settingsManager'
|
||||
import VueTitle from '@/components/VueTitle.vue';
|
||||
|
||||
export default {
|
||||
setup() {
|
||||
@ -79,11 +80,15 @@ export default {
|
||||
this.settings = settings
|
||||
this.save()
|
||||
}
|
||||
},
|
||||
components: {
|
||||
VueTitle
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<vue-title title="Settings"></vue-title>
|
||||
<div class="mx-auto w-[35rem] max-w-[95vw] p-5 py-3 bg-secondary rounded-md text-contrast">
|
||||
<h1 class="font-bold text-3xl">{{ $t('nav.settings') }}</h1>
|
||||
<hr class="my-2" />
|
||||
|
Reference in New Issue
Block a user