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