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

16 lines
337 B
Vue

<template>
<v-layout column>
<one-fo-registration-patient-order></one-fo-registration-patient-order>
</v-layout>
</template>
<style scoped>
</style>
<script>
module.exports = {
components : {
'one-fo-registration-patient-order' : httpVueLoader('./oneFoRegistrationPatientOrder.vue')
}
}
</script>