chenqingspring / vue-lottie

Render After Effects animations on Vue based on Bodymovin
MIT License
1.31k stars 281 forks source link

What is Lottie.vue in example code? #46

Closed SteveLewisZA closed 4 years ago

SteveLewisZA commented 4 years ago

The example code references Lottie.vue, what is this? What would go in that component? I'm a little confused

jackrsantana commented 4 years ago

I also have this doubt. Did you find any solution?

SteveLewisZA commented 4 years ago

I also have this doubt. Did you find any solution?

Yes I found that this component file (Lottie.vue) is actually in the the vue-lottie folder in node_modules, I just copied it out of there and placed with my other components then linked to it... No idea if that's what officially needs to be done or why there is no mention of it in the docs though...