This commit is contained in:
parent
38a33d4368
commit
2293a8c77d
1 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,13 @@
|
||||||
this.$parent.initCopyTrackDom();
|
this.$parent.initCopyTrackDom();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
height (val) {
|
||||||
|
if (val && this.$parent.loop) {
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.$parent.initCopyTrackDom();
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
beforeDestroy () {
|
beforeDestroy () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue