WIP Удалены BaseButtons
This commit is contained in:
@@ -25,17 +25,21 @@
|
||||
outlined
|
||||
)
|
||||
.flex.justify-center
|
||||
base-button.font-semibold(:size="40") Сохранить
|
||||
q-btn(
|
||||
label="Сохранить",
|
||||
color="primary",
|
||||
padding="8px 24px",
|
||||
no-caps
|
||||
)
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import BaseCustomSelect from "@/components/base/BaseCustomSelect.vue";
|
||||
import BaseInput from "@/components/base/BaseInput.vue";
|
||||
import BaseButton from "@/components/base/BaseButton.vue";
|
||||
|
||||
export default {
|
||||
name: "FormChangeShift",
|
||||
components: { BaseCustomSelect, BaseInput, BaseButton },
|
||||
components: { BaseCustomSelect, BaseInput },
|
||||
props: { closeForm: Function, timesShift: Object },
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user