Zlpt_Portal_h5/src/pages/cart/index.vue

19 lines
282 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>