Files
BewlyBewly/src/contentScripts/views/Search/Search.vue
2023-01-27 02:28:08 +08:00

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>