mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
more ui
This commit is contained in:
+10
-1
@@ -6,4 +6,13 @@
|
||||
</div>
|
||||
<UserFooter />
|
||||
</content>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
useHead({
|
||||
titleTemplate(title) {
|
||||
if (title) return `${title} | Drop`;
|
||||
return `Drop`;
|
||||
},
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user