fix: pagination in vue 3 #859

Merged
dpschen merged 5 commits from fix/pagination-vue-3 into vue3 2021-10-16 15:39:51 +00:00
Owner

This fixes using Vikunja with pagination.

Explanation about what was happening is here: https://github.com/vuejs/vue-next/issues/4812

This fixes using Vikunja with pagination. Explanation about what was happening is here: https://github.com/vuejs/vue-next/issues/4812
konrad added 1 commit 2021-10-16 12:39:55 +00:00
continuous-integration/drone/pr Build is passing Details
4ec79f7d7e
fix: pagination in vue 3
dpschen reviewed 2021-10-16 12:42:01 +00:00
@ -101,3 +101,3 @@
computed: {
pages() {
return createPagination(this.totalPages, this.currentPage)
const pages = createPagination(this.totalPages, this.currentPage)

I think this can be changed back

I think this can be changed back
Author
Owner

Whoops, didn't mean to push that. Fixed.

Whoops, didn't mean to push that. Fixed.
konrad marked this conversation as resolved
konrad added 1 commit 2021-10-16 12:46:05 +00:00
continuous-integration/drone/pr Build was killed Details
2f73ed06b7
chore: cleanup computed property
konrad added 2 commits 2021-10-16 12:47:58 +00:00
continuous-integration/drone/pr Build was killed Details
9d4003cd12
chore: format
konrad added 1 commit 2021-10-16 12:48:13 +00:00
continuous-integration/drone/pr Build is passing Details
e4a22391a0
fix: rename key
dpschen merged commit 373a766f5c into vue3 2021-10-16 15:39:51 +00:00
dpschen deleted branch fix/pagination-vue-3 2021-10-16 15:39:51 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.