We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems like the cloneDeep addition exposed an issue when using import(), where the imported object has a default property with the animationData.
import()
default
#11 (comment)
seems like the vue-lottie project has the same issue chenqingspring/vue-lottie#20
The text was updated successfully, but these errors were encountered:
Fix import.default issue #37
403f194
This should be fixed in 1.3.3, so no longer need to use .default on imported json after that
.default
Sorry, something went wrong.
No branches or pull requests
Seems like the cloneDeep addition exposed an issue when using
import()
, where the imported object has adefault
property with the animationData.#11 (comment)
seems like the vue-lottie project has the same issue chenqingspring/vue-lottie#20
The text was updated successfully, but these errors were encountered: