WIP Создал враппер для форм мед карты

This commit is contained in:
DwCay
2023-03-30 19:41:41 +03:00
parent 5187060203
commit 3ea002a5e5
4 changed files with 113 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<template lang="pug">
</template>
<script>
export default {
name: "BasicDataForm",
};
</script>