WIP Настроил отправление данных с формы создания медицинской карты

This commit is contained in:
DwCay
2023-03-07 19:16:19 +03:00
parent e4da8bc437
commit ff81fdd6fa
6 changed files with 241 additions and 13 deletions

View File

@@ -69,6 +69,10 @@ export default {
type: String,
default: "Завершить",
},
finish: {
type: Function,
default: () => {},
},
},
};
</script>