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

24 lines
317 B
Vue

<template>
<patient-left-side></patient-left-side>
</template>
<style scoped>
.judul {
font-size: 2em;
font-weight: bold;
text-align: left;
}
</style>
<script>
module.exports = {
components : {
'patient-left-side' : httpVueLoader('./patientLeftSide.vue'),
}
}
</script>