Merge remote-tracking branch 'origin/main'

# Conflicts:
#	src/views/housingView/apartment.vue
This commit is contained in:
A1300399510
2023-07-17 12:02:07 +08:00
8 changed files with 128 additions and 34 deletions

View File

@@ -17,12 +17,17 @@
import pageTopBar from '../../components/pageTopBar/pageTopBar.vue';
import seachModule from "../../components/seachModule/seachModule.vue";
import biserialItem from '../../components/biserialListItem/biserialListItem.vue'
<<<<<<< HEAD
import apartmentItem from '@/components/public/apartment-item.vue';
import haveQuestions from '@/components/public/have-questions.vue'
import pageFooter from '@/components/footer/footer.vue'
import { ref, onMounted, onUnmounted, watch, getCurrentInstance, nextTick } from 'vue';
import { ElLoading } from 'element-plus'
import Masonry from 'masonry-layout';
=======
import { ref, onMounted, watch } from 'vue';
// import Masonry from 'masonry-layout';
>>>>>>> origin/main
const { proxy } = getCurrentInstance()