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
vue-slick-carousel/src/InnerSlider.vue
Line 91 in 2e8d731
This expression is checking if the internal autoPlay method exists (always truthy) when it should be checking this.autoplay.
autoPlay
this.autoplay
This line of code is making the package fundamentally unstable.
@kyuwoo-choi PR #210 was created for this a year ago,
could we please get this merged.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vue-slick-carousel/src/InnerSlider.vue
Line 91 in 2e8d731
This expression is checking if the internal
autoPlay
method exists (always truthy) when it should be checkingthis.autoplay
.This line of code is making the package fundamentally unstable.
@kyuwoo-choi PR #210 was created for this a year ago,
could we please get this merged.
The text was updated successfully, but these errors were encountered: