Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit db2e7a7

Browse files
authored
Merge pull request #1903 from kodadot/main
main
2 parents d18710a + 01078e2 commit db2e7a7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

components/rmrk/Gallery/Pagination.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="is-flex is-justify-content-flex-end">
2+
<div class="is-flex is-justify-content-flex-end" v-if="total > perPage">
33
<b-pagination
44
:total="total"
55
:current.sync="current"

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"lint:quiet": "eslint --quiet --ignore-path .gitignore --ext .js,.ts,.vue .",
1616
"test": "jest --verbose ./tests"
1717
},
18+
"engines": {
19+
"node": ">=14"
20+
},
1821
"prettier": {
1922
"semi": false,
2023
"bracketSameLine": true

0 commit comments

Comments
 (0)