implementasi komponen ke data pasien

This commit is contained in:
bagus-arie05
2025-08-28 15:08:52 +07:00
parent 89b36b7d1f
commit fc16b2bded
5 changed files with 253 additions and 202 deletions

View File

@@ -50,6 +50,7 @@
</div>
</template>
<script setup>
import { ref, onMounted } from 'vue'
import TabelListPasien from '~/components/TabelListPasien.vue'