Skip to content

Commit

Permalink
fix: Handle missing getTotalSlides method in slider
Browse files Browse the repository at this point in the history
  • Loading branch information
namankhare committed Nov 19, 2024
1 parent 64920df commit 1b90859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slider/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import { TPSliderCountElement } from './tp-slider-count';
/**
* Register Components.
*/
customElements.define( 'tp-slider-count', TPSliderCountElement );
customElements.define( 'tp-slider', TPSliderElement );
customElements.define( 'tp-slider-count', TPSliderCountElement );
customElements.define( 'tp-slider-track', TPSliderTrackElement );
customElements.define( 'tp-slider-slides', TPSliderSlidesElement );
customElements.define( 'tp-slider-slide', TPSliderSlideElement );
Expand Down

0 comments on commit 1b90859

Please sign in to comment.