Files
im/pages/find/friend-circle/chooseLocation.vue
T
cansnow f49f1f1ad1 17
2025-12-23 00:18:46 +08:00

25 lines
249 B
Vue

<template>
<view class="locationContainer">
<view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss" scoped>
.locationContainer{
padding: 20rpx;
}
</style>