mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 11:47:55 +01:00
@@ -29,6 +29,7 @@ const components = [
|
||||
'link',
|
||||
'modal',
|
||||
'navigation-menu',
|
||||
'pagination',
|
||||
'popover',
|
||||
'radio-group',
|
||||
'separator',
|
||||
|
||||
7
playground/pages/pagination.vue
Normal file
7
playground/pages/pagination.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
const page = ref(5)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UPagination v-model:page="page" :total="100" :sibling-count="1" show-edges />
|
||||
</template>
|
||||
Reference in New Issue
Block a user