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