WIP Удалены BaseButtons
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
color="primary",
|
||||
no-caps,
|
||||
padding="8px 24px",
|
||||
style="width: 174px"
|
||||
@click="changeShowTime",
|
||||
)
|
||||
q-btn(
|
||||
@@ -50,12 +51,11 @@
|
||||
|
||||
<script>
|
||||
import * as moment from "moment";
|
||||
import BaseButton from "@/components/base/BaseButton.vue";
|
||||
import FormChangeShift from "@/pages/schedule/components/FormChangeShift.vue";
|
||||
|
||||
export default {
|
||||
name: "ScheduleHeader",
|
||||
components: { BaseButton, FormChangeShift },
|
||||
components: { FormChangeShift },
|
||||
props: {
|
||||
startMonth: Object,
|
||||
timesShift: Object,
|
||||
|
||||
Reference in New Issue
Block a user