Добавил роутинг на страницу медкарточек

This commit is contained in:
megavrilinvv
2023-07-24 15:40:59 +03:00
parent 4c7e62d450
commit c63fe8c319
6 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<template lang="pug">
.table-wrapper.flex
</template>
<script>
export default {
name: "TablePatients",
};
</script>