fix tabel transition

This commit is contained in:
Geriano
2022-07-31 11:41:43 +07:00
parent dd3a9be30f
commit 3280bbffae
3 changed files with 66 additions and 91 deletions

View File

@@ -14,7 +14,7 @@ const { url, sticky } = defineProps({
})
const paginator = ref({})
const processing = ref(true)
const processing = ref(false)
const last = ref(null)
const config = useForm({
page: 1,