Добавил роутинг на страницу медкарточек
This commit is contained in:
9
src/pages/medcards/components/TablePatients.vue
Normal file
9
src/pages/medcards/components/TablePatients.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template lang="pug">
|
||||
.table-wrapper.flex
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "TablePatients",
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user