<template>
  <div class="">楼盘表</div>
</template>

<script>
export default {
  name:"",
  components:{},
  props:{},
  data(){
    return {
    }
  },
  created(){},
  mounted(){},
  methods:{},
  computed: {},
  watch: {},
}
</script>
<style scoped  lang="less">
</style>