四邻联动

This commit is contained in:
shijingjing
2022-04-15 16:19:53 +08:00
parent a9e67623a0
commit 2e8be19e77
2 changed files with 63 additions and 0 deletions

View File

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