Zlpt_Portal_h5/src/pages/lease-demand/index.vue

19 lines
288 B
Vue
Raw Normal View History

2024-12-13 15:30:11 +08:00
<template>
<!-- 租赁需求 -->
<view class="content">
<van-empty description="租赁需求欢迎您" />
</view>
</template>
<script setup>
import { ref } from 'vue'
</script>
<style>
.content {
width: 100%;
height: 100%;
text-align: center;
}
</style>