Unable to get the pagination to show up #7890
Unanswered
gregorymcm
asked this question in
Q&A
Replies: 2 comments
-
Hi, I hope this is not too late but I also encountered this issue while using the cards effect. The solution that fixed it for me was to import and call register in the script tag like so :
I stumbled on it while looking at the Svelte web components implementation of swiper js. I think it's to register Swiper's custom elements. If you haven't, I believe that should fix it for you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://svelte.dev/playground/75c44fd8ac8f4e89867b86d15c27a64b?version=5.19.10
The above link provides a basic reproduction of it which follows the Getting Started guide as provided. However, I am unable to see the pagination using all methods I've tried so far. The element exists within the DOM but it's just now being rendered it seems. Would appreciate any advice/insights you guys have to offer
Beta Was this translation helpful? Give feedback.
All reactions