You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
286 B
12 lines
286 B
4 months ago
|
<template>
|
||
|
<main class="h-screen w-full">
|
||
|
<img src="../assets/images/bg.jpg" class="h-[32rem] w-full object-cover" />
|
||
|
</main>
|
||
|
</template>
|
||
|
|
||
|
<script setup lang="ts">
|
||
|
import { Disclosure, DisclosureButton, DisclosurePanel } from '@headlessui/vue'
|
||
|
</script>
|
||
|
|
||
|
<style scoped></style>
|