uniapp 开发 [Vue warn]: Property or method "toJSON" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties. 报错
this.$nextTick(()=> {
if (this.$refs.houseList) {
// console.log('oooo')
// console.log(this.$refs.houseList)
this.$refs.houseList.refreshShowPop()
}
})
一般由console.log引起 注释掉就行