From 03e73d5789f58471b43e1de3582db0a3e863a6a9 Mon Sep 17 00:00:00 2001 From: AntoXa PRO Date: Thu, 5 Oct 2023 14:19:28 +0300 Subject: [PATCH] add pagination --- package.json | 2 +- src/App.vue | 17 +++++- src/components/Pagination.vue | 108 ++++++++++++++++++++++++++++++++++ src/components/index.ts | 3 + src/style/common.sass | 14 +++++ src/style/theme.sass | 5 ++ tailwind.config.ts | 2 +- 7 files changed, 146 insertions(+), 5 deletions(-) create mode 100644 src/components/Pagination.vue diff --git a/package.json b/package.json index 557214e..5afde67 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "axp-ui", "descriiption": "My helper ui lib", - "version": "1.7.3", + "version": "1.8.0", "homepage": "https://antoxahub.ru/antoxa/axp-ui", "repository": { "type": "git", diff --git a/src/App.vue b/src/App.vue index bf1a29c..0d42bc5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@