vue-paginate
vue-paginate copied to clipboard
Pagination links not displaying correctly with Semantic-UI
I have been able to implement vue-paginate with a semantic-ui basic table and it works fine except the pagination links do not display right. Could it be an issue with semantic-ui?

@bushcode Have you checked the Links Customization section? From what I see here, your issue can be fixed by styling your paginate-links li element with this: display: inline-block. Please let me know if doesn't fix it.
Thanks for using the plugin.
I also have a problem with the pagination links not displaying correctly using Semantic-UI

The problem is Semantic-UI relies on it's pagination markup to be in a <div> instead of <ul>. I was wondering if the paginate-links component could be updated with a :tag prop similar to what the paginate component already has?