Files
im/pages/workbench/friend-circle/chooseLocation.vue
T

25 lines
249 B
Vue
Raw Normal View History

2025-11-27 07:40:32 +08:00
<template>
<view class="locationContainer">
<view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss" scoped>
.locationContainer{
padding: 20rpx;
}
</style>