Исправила базовые кнопки
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user