Skip to content

Commit

Permalink
Merge pull request #7574 from roiLeo/fix/pagination/icons
Browse files Browse the repository at this point in the history
🔧 pagination default icon pack
  • Loading branch information
roiLeo authored Oct 10, 2023
2 parents ccfd8fe + 3f07572 commit fab5d87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/ui/src/components/NeoPagination/NeoPagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ import { OPagination } from '@oruga-ui/oruga-next'
export default {
extends: OPagination,
props: {
iconPack: {
type: String,
default: 'fasr',
},
},
}
</script>

Expand Down

0 comments on commit fab5d87

Please sign in to comment.