diff --git a/src/lottie.vue b/src/lottie.vue index 6dc4ae1..0db452a 100644 --- a/src/lottie.vue +++ b/src/lottie.vue @@ -33,7 +33,8 @@ loop: this.options.loop !== false, autoplay: this.options.autoplay !== false, animationData: this.options.animationData, - rendererSettings: this.options.rendererSettings + rendererSettings: this.options.rendererSettings, + initialSegment: this.options.initialSegment } ); this.$emit('animCreated', this.anim)