Files
im/pages/workbench/friend-circle/chooseLocation.vue
T
cansnow ab625e6463 7
2025-11-27 07:40:32 +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>