提交 3448e4fc 编写于 作者: D dolymood

docs(index-list): fix pulldown refresh forceUpdate err

上级 d0323f9d
......@@ -216,7 +216,7 @@
// Update data.
this.data[1].items.push(...cityData[1].items)
// Call forceUpdate after finishing data load.
this.$refs.indexList.forceUpdate()
this.$refs.indexList.forceUpdate(true)
}, 1000)
}
}
......
......@@ -216,7 +216,7 @@
// Update data.
this.data[1].items.push(...cityData[1].items)
// Call forceUpdate after finishing data load.
this.$refs.indexList.forceUpdate()
this.$refs.indexList.forceUpdate(true)
}, 1000)
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册