REST Service for POPCORN - ILIAS
alex
2025-06-06 97e0f73d88d0b3ba3e905ec354a8490cfc79873f
vue/src/pages/Users.vue
@@ -16,7 +16,7 @@
   data: [],
})
const offset = useRouteQuery("offset", 0, {transform: Number})
const limit = 24
const limit = 22
const error = ref(null)
onMounted(() => init(offset.value))