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