mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
12 lines
138 B
Vue
12 lines
138 B
Vue
<script setup lang="ts">
|
|
extendCompodiumMeta({
|
|
defaultProps: {
|
|
total: 50
|
|
}
|
|
})
|
|
</script>
|
|
|
|
<template>
|
|
<UPagination />
|
|
</template>
|