feat: lesson pagination
This commit is contained in:
13
frontend/src/pages/BatchDetail.vue
Normal file
13
frontend/src/pages/BatchDetail.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div class="h-screen">
|
||||
this is a batch
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
const props = defineProps({
|
||||
batchName: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user