<template>
<div class="w-full h-full p-3">
<div class="w-full h-full bg-white flex flex-col justify-center items-center">
<p class="text-4xl font-bold mb-10">欢迎使用</p>
<img src="../../assets/login-icon-two.svg" class="w-2/5" alt="">
</div>
</div>
</template>
<script setup lang="ts" name="home">
</script>
<style scoped lang="scss">
</style>
|