提交 25fc58f2 编写于 作者: F fengweiyao

fix: add dirty argument for forceUpdate

上级 3baa1ced
......@@ -160,8 +160,8 @@
titleClick() {
this.$emit(EVENT_TITLE_CLICK, this.title)
},
forceUpdate() {
this.$refs.scroll.forceUpdate()
forceUpdate(dirty) {
this.$refs.scroll.forceUpdate(dirty)
},
onShortcutTouchStart(e) {
const target = getMatchedTarget(e, 'cube-index-list-nav-item')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册