Files
FE_CPONE/test/vuex/verification01/components/patientRightSide.vue
2026-04-27 10:13:31 +07:00

26 lines
592 B
Vue

<template>
<v-card class="fill-height">
<v-layout row wrap>
<v-flex xs12>
<header-box></header-box>
</v-flex>
<v-flex xs12>
<one-fo-verification-pasien-dokter></one-fo-verification-pasien-dokter>
</v-flex>
</v-layout>
</v-card>
</template>
<script>
module.exports = {
components : {
'header-box' : httpVueLoader('./headerBox.vue'),
'one-fo-verification-pasien-dokter' : httpVueLoader('./oneFOVerificationPasienDokter.vue'),
}
}
</script>