This commit is contained in:
梁灏 2018-09-27 16:58:45 +08:00
parent 38a33d4368
commit 2293a8c77d

View file

@ -34,6 +34,13 @@
this.$parent.initCopyTrackDom();
});
}
},
height (val) {
if (val && this.$parent.loop) {
this.$nextTick(() => {
this.$parent.initCopyTrackDom();
});
}
}
},
beforeDestroy () {