form belum fix
This commit is contained in:
19
pages/master/form.vue
Normal file
19
pages/master/form.vue
Normal 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>
|
||||
Reference in New Issue
Block a user