WIP Анимация пагинации и загрузки клиентов

This commit is contained in:
Daria Golova
2022-12-13 18:28:43 +03:00
parent c0bb78beb9
commit 36f02aa573
7 changed files with 82 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
<template lang="pug">
a(:href="path")
button.button.cursor-pointer.text-4xl.py-3.pr-4.pl-3(:id="id" :class="{active:active}" @click="(e) => changeStylePage(e)")
button.button.cursor-pointer.text-4xl.py-3.pr-4.pl-3.transition(:id="id" :class="{active:active}" @click="(e) => changeStylePage(e)")
slot
</template>