16 lines
337 B
Vue
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>
|