fix: currentPage of pagination component is undefined (#1002)
continuous-integration/drone/push Build is passing Details

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1002
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
This commit is contained in:
konrad 2021-11-14 21:06:25 +00:00
parent 0684806db0
commit 6c6ccc647e
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ export default {
},
currentPage: {
type: Number,
required: true,
default: 0,
},
},