Files
city-store-transfer/components/ShowShopList/ShowShopList.vue
2023-11-01 22:40:12 +08:00

20 lines
175 B
Vue

<template>
<view>
</view>
</template>
<script>
export default {
name:"ShowShopList",
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>