epicmaxco / epic-spinners

Easy to use css spinners collection with Vue.js integration
https://epic-spinners.epicmax.co
3.86k stars 360 forks source link

LoopingRhombusesSpinner is broken #34

Closed Twinbird24 closed 5 years ago

Twinbird24 commented 5 years ago

The LoopingRhombusesSpinner component is broken. There is a typo in the component on line 5, which currently reads :ikey="index" when it should be :key="index". This bug is preventing the loader from properly rendering when my Vue app is compiled and published. It still works fine locally when running the vue serve command using the vue cli.