mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-18 02:31:19 +10:00
update to nuxt 4
This commit is contained in:
8
app/pages/community.vue
Normal file
8
app/pages/community.vue
Normal file
@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div class="text-gray-100">{{ $t("todo") }}</div>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
useHead({
|
||||
title: "Settings",
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user