Исправила базовые кнопки

This commit is contained in:
Daria Golova
2023-07-12 16:13:11 +03:00
parent 73b40e4b0e
commit 7458a1dd32
22 changed files with 171 additions and 213 deletions

View File

@@ -59,10 +59,11 @@
<script>
import * as moment from "moment";
import BaseInput from "@/components/base/BaseInput.vue";
import BaseButton from "@/components/base/BaseButton.vue";
export default {
name: "ScheduleHeader",
components: { BaseInput },
components: { BaseInput, BaseButton },
props: {
showTime: Boolean,
startMonth: Object,