Files
FE_CPONE/test/vuex/one-fo-registration-v27/components/oneFoRegistrationTab03.vue
2026-04-27 10:13:31 +07:00

23 lines
543 B
Vue

<template>
<v-layout row wrap>
<v-flex xs12 sm6 class="left" fill-height pa-1>
<!-- komponen kiri -->
<one-fo-registration-detail-order></one-fo-registration-detail-order>
</v-flex>
</v-layout>
</template>
<script>
module.exports = {
components : {
'one-fo-registration-detail-order' : httpVueLoader('./oneFoRegistrationDetailOrder.vue'),
'one-fo-registration-payment' : httpVueLoader('./oneFoRegistrationPayment2.vue')
}
}
</script>