Добавлена таблица клиентов и popup окно для удаления и редактирования клиента

This commit is contained in:
DwCay
2022-10-13 04:11:02 +03:00
parent f83c262e4c
commit f5e948d0b4
13 changed files with 273 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
.icon-home
the-button-sidebar(id="calendar" path="#/calendar")
.icon-calendar-2
the-button-sidebar(id="user" path="#/user")
the-button-sidebar(id="user" path="#/clients")
.icon-person-2
.flex.text-4xl.flex-col.gap-y-6
the-button-sidebar(id="settings" path="#/settings")
@@ -24,5 +24,6 @@ export default {
<style lang="sass" scoped>
.sidebar
max-width: 80px
background-color: #F8F8FF
background-color: #FFFFFF
border-top-right-radius: 4px
</style>