Files
city-store-transfer/pages/index/index.vue
2023-10-31 16:27:32 +08:00

24 lines
238 B
Vue

<template>
<view>
<inputAndSwiper></inputAndSwiper>
</view>
</template>
<script>
export default {
data() {
return {}
},
onLoad() {
},
methods: {
}
}
</script>
<style>
page{
background-color: #F8F8F8;
}
</style>