mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-12 09:05:39 +00:00
fix: Replace custom pagination component with picocrank pagination component
- Replace custom pagination component with picocrank pagination component - Update package.json and package-lock.json to include picocrank - Update style.css to include new padding class - Update ActionDetailsView.vue and LogsListView.vue to use new pagination component
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
<script setup>
|
||||
import { ref, computed, onMounted, watch } from 'vue'
|
||||
import { useRoute, useRouter } from 'vue-router'
|
||||
import Pagination from '../components/Pagination.vue'
|
||||
import Pagination from 'picocrank/vue/components/Pagination.vue'
|
||||
import Section from 'picocrank/vue/components/Section.vue'
|
||||
|
||||
const route = useRoute()
|
||||
|
||||
Reference in New Issue
Block a user