\r\n b-pagination-nav
will try and auto-detect which page\r\n link is active page button based on the current page's URL (via\r\n either $route
detection or, if no\r\n $router
detected, the browser location URL).\r\n
\r\n By default, <b-pagination-nav>
renders page\r\n numbers (1-N) in the page link buttons. You can override this\r\n behaviour by supplying a function reference to the\r\n page-gen
property. The function reference should\r\n accept a single argument which is a page number (1-N). The\r\n page-gen
function should return a string.\r\n
\r\n Rather than using number-of-pages
to auto generate\r\n page links, you can pass an array of links via the pages prop.\r\n When the pages
prop has an array of length 1 or\r\n greater, it will be used to generate the page links.\r\n
\r\n <b-pagination-nav>
supports several props/slots\r\n that allow you to customize the appearance. All\r\n *-text
props are text-only and strip out HTML but you\r\n can use their equally named slot counterparts for that.\r\n