mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-14 00:31:25 +10:00
feat(registration): add title to tab
This commit is contained in:
@ -187,7 +187,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { XCircleIcon } from '@heroicons/vue/24/solid';
|
||||
import { XCircleIcon } from "@heroicons/vue/24/solid";
|
||||
|
||||
const route = useRoute();
|
||||
const router = useRouter();
|
||||
@ -258,4 +258,8 @@ function register_wrapper() {
|
||||
definePageMeta({
|
||||
layout: false,
|
||||
});
|
||||
|
||||
useHead({
|
||||
title: "Create your Drop account",
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user