Files
dvcp_v2_wechat_app/project/sanjianxi/AppNeighborLinkage/myNeighborInfo.vue
shijingjing 2e8be19e77 四邻联动
2022-04-15 16:19:53 +08:00

16 lines
216 B
Vue

<template>
<div class="myNeighborInfo"></div>
</template>
<script>
export default {
name: 'myNeighborInfo',
appName: '我的四邻信息'
}
</script>
<style lang="scss" scoped>
.myNeighborInfo {
}
</style>