Изменила поведение Таблицы клиентов

This commit is contained in:
Daria Golova
2022-11-09 14:06:52 +03:00
parent 7b5129e8d1
commit feae1540d0
3 changed files with 66 additions and 19 deletions

View File

@@ -11,7 +11,7 @@
span или перетащите их сюда
.flex.flex-col
span.name-doc.py-2.px-3(v-for="doc in newDocs") {{doc.name}}
base-button(@click="saveDocs" :size="40")
base-button(@click="" :size="40")
span.font-semibold Добавить
</template>