Merge pull request #80 from dderbentsov/UC-31

WIP настроил создание клиента
This commit is contained in:
Алексей Дёмин
2022-10-28 18:30:03 +03:00
committed by GitHub
13 changed files with 240 additions and 212 deletions

View File

@@ -1,7 +1,7 @@
<template lang="pug">
.flex(class="gap-x-1.5")
.flex.w-full(class="gap-x-1.5")
base-select(:for-networks="true" :style-border="true" :list-data="listAddingNetworks" :option-data="selectedOption" :choose-option="chooseNetwork" :width-select="42")
base-input.input-info.w-full(v-model:value="value.username" :id="value.id" placeholder="Ссылкa")
base-input.input-info.w-full(v-model:value="value.username" placeholder="Ссылкa")
</template>
<script>

View File

@@ -26,7 +26,7 @@
:style="{ minWidth : widthSelect + 'px'}")
.flex.not-italic.option.justify-center.py-1.text-xl(
v-for="responsible in listData"
@click="(e) => chooseOption(e)"
@click="chooseOption"
:key="responsible.network"
:id="responsible.network"
:class="responsible.icon"