Select для формы создания эвента выведен в отдельный компонент, изменена стилизация формы с использованием сетки, удалены лишние пакеты

This commit is contained in:
DwCay
2022-10-11 21:37:38 +03:00
parent 2657927aef
commit 68c639569d
7 changed files with 806 additions and 430 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
button(class="add-button-event") Создать событие
button.event-button Создать событие
</template>
<script>
@@ -9,7 +9,7 @@
</script>
<style lang="sass" scoped>
.add-button-event
.event-button
outline: none
border: none
cursor: pointer