form belum fix

This commit is contained in:
2025-05-28 07:20:01 +07:00
parent 692ffdf2f1
commit b397e09634
10 changed files with 13615 additions and 0 deletions

19
pages/master/form.vue Normal file
View File

@@ -0,0 +1,19 @@
<template>
<!-- <v-row>
<v-col cols="8"><MasterForm /></v-col>
</v-row> -->
<v-card elevation="9">
<v-card-title>Form Pendaftaran</v-card-title>
<v-card-text>
<MasterForm />
</v-card-text>
</v-card>
</template>
<script lang="ts" setup>
</script>
<style>
</style>