Martin Lissmats

Results 3 comments of Martin Lissmats

Exactly what I was thinking! Or Shift+Enter etc.

I also had this problem. This import seems to work better ```javascript import animationData from 'animations/animation.json'; ``` ```javascript lottieOptions: { animationData, }, ```

I made a PR to fix this https://github.com/chenqingspring/vue-lottie/pull/37 hopefully @chenqingspring can take a look and merge.