Skip to content

Commit aee64ae

Browse files
authored
chore: fix b-pagination component name (#3022)
1 parent 87d2f15 commit aee64ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pagination/pagination.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const props = {
3232
// Our render function is brought in from the pagination mixin
3333
// @vue/component
3434
export default {
35-
name: 'Pagination',
35+
name: 'BPagination',
3636
mixins: [paginationMixin],
3737
props,
3838
computed: {

0 commit comments

Comments
 (0)