mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
15 lines
206 B
Vue
15 lines
206 B
Vue
<script lang="ts" setup></script>
|
|
|
|
<template>
|
|
<div
|
|
flex="~ col"
|
|
justify-center
|
|
items-center
|
|
w-full
|
|
m="t-20vh"
|
|
>
|
|
<Logo :size="180" mb-12 />
|
|
<SearchBar />
|
|
</div>
|
|
</template>
|