Compare commits
1 Commits
b2c6a2e525
...
f36d55ebc8
Author | SHA1 | Date | |
---|---|---|---|
f36d55ebc8 |
@ -1,13 +1,19 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-->
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<ul class="pagination">
|
<ul class="pagination">
|
||||||
<li
|
<li
|
||||||
class="page-item"
|
class="page-item"
|
||||||
:class="{ active: page === current }"
|
:class="{ active: page === current }"
|
||||||
v-for="page in pages"
|
v-for="page in pages"
|
||||||
:key="page"
|
:key="page"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="page-link pointer"
|
class="page-link pointer"
|
||||||
@click="onPageClicked(page)"
|
@click="onPageClicked(page)"
|
||||||
>
|
>
|
||||||
{{ page }}
|
{{ page }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user