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

21 lines
527 B
Vue

<template>
<v-card class="pa-1">
<v-layout row wrap>
<v-flex xs12>
<header-box></header-box>
</v-flex>
</v-layout>
<one-fo-verification-kirim-payment></one-fo-verification-kirim-payment>
</v-card>
</template>
<script>
module.exports = {
components : {
'header-box' : httpVueLoader('./headerBox.vue'),
'one-fo-verification-kirim-payment' : httpVueLoader('./oneFOVerificationKirimPayment.vue'),
}
}
</script>