个人房源瀑布流

This commit is contained in:
2023-07-25 15:12:25 +08:00
parent d999e79f10
commit 761793fe06
3 changed files with 168 additions and 88 deletions

View File

@@ -112,6 +112,7 @@ let props = defineProps({
let data = reactive({ data: {} })
watchEffect(() => {
data.data = props.item
console.log(123,data.data)
})