WIP Удалены BaseButtons
This commit is contained in:
@@ -13,16 +13,21 @@
|
||||
span Загрузите элемент
|
||||
label.label.cursor-pointer(for="file-upload") с компьютера
|
||||
span или перетащите их сюда
|
||||
base-button(@click="saveAdditional" :size="40")
|
||||
span.font-semibold Добавить
|
||||
q-btn(
|
||||
@click="saveAdditional",
|
||||
color="primary",
|
||||
label="Добавить",
|
||||
no-caps,
|
||||
padding="8px 24px",
|
||||
style="height: 40px; width: 124px"
|
||||
)
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import BaseInput from "@/components/base/BaseInput";
|
||||
import BaseButton from "@/components/base/BaseButton";
|
||||
export default {
|
||||
name: "TableAddingNewAdditional",
|
||||
components: { BaseInput, BaseButton },
|
||||
components: { BaseInput },
|
||||
props: {
|
||||
addNewAdditional: Function,
|
||||
saveAdditional: Function,
|
||||
|
||||
Reference in New Issue
Block a user