个人房源瀑布流
This commit is contained in:
@@ -112,6 +112,7 @@ let props = defineProps({
|
||||
let data = reactive({ data: {} })
|
||||
watchEffect(() => {
|
||||
data.data = props.item
|
||||
console.log(123,data.data)
|
||||
})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user