Skip to content

Optional "destroyable" prop + single slickEl variable as data #61

New issue

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

Closed
wants to merge 2 commits into from

Conversation

bitkris-dev
Copy link
Contributor

@bitkris-dev bitkris-dev commented Apr 18, 2018

  • First commit: To fix visual bug on route change, now you can use :destroyable="false" as component prop.
  • Second commit: Instead of calling $(this.$el) repeatedly, it is saved only once as data on create() method and accessed by all other methods. This should make it a little bit lighter in performance.

To fix visual bug on route change, now you can use `:destroyable="false"` as component prop.
Instead of calling `$(this.$el)` repeatedly, it is saved only once as data on `create()` method and accessed by all other methods. This should make it a little bit lighter in performance.
@bitkris-dev bitkris-dev changed the title Optional "destroyable" prop Optional "destroyable" prop + single slickEl variable as data Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants