19 lines
300 B
Vue
19 lines
300 B
Vue
<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> |