mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
9 lines
90 B
Vue
9 lines
90 B
Vue
<template>
|
|
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
useHead({
|
|
title: "Home"
|
|
})
|
|
</script> |