提交 a5644290 编写于 作者: D dolymood

fix slide can not change data dynamically

上级 cb4b721f
......@@ -86,7 +86,9 @@
needRefreshProps.forEach((key) => {
this.$watch(key, () => {
/* istanbul ignore next */
this.refresh()
this.$nextTick(() => {
this.refresh()
})
})
})
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册