2025-07-04 22:45:22 +08:00

12 lines
241 B
Vue

<template>
<div class="main__container">我老家</div>
</template>
<script setup lang='ts'>
</script>
<style scoped lang='scss'>
.main__container{
background:url('../../assets/images/home_bg.webp');
background-size: cover;
}
</style>