Files
cobaKeuangan/pages/master/form.vue
2025-05-28 07:20:01 +07:00

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>