You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
323 B

<template>
<view class="min-height bg-gray-light flex flex-col justify-center items-center">
<u-empty text="暂无车辆" icon="https://img.ggsxiangan.com/车辆.png" icon-size="100rpx"></u-empty>
</view>
</template>
<script>
export default {
name: "cars",
data() {
return {}
},
methods: {}
}
</script>