WIP Форма создания клиента переделана

This commit is contained in:
Daria Golova
2023-01-18 16:37:56 +03:00
parent 4fcd6aa206
commit 1283ea08f5
5 changed files with 61 additions and 73 deletions

View File

@@ -3,7 +3,7 @@
:style="{borderTopRightRadius: this.currenPageBorder ? '0px' : '4px'}"
)
.flex.flex-col.gap-y-6
the-button-sidebar(
base-button-sidebar(
v-for="button in pageSettings.filter((el) => el.id !== 'settings')",
:path="button.path",
:id="button.id",
@@ -12,7 +12,7 @@
)
q-icon(:name="`app:${button.icon}`", size="36px")
.flex.text-4xl.flex-col.gap-y-6
the-button-sidebar(
base-button-sidebar(
:path="getSettings.path",
:id="getSettings.id",
:active="getSettings.active",
@@ -22,11 +22,11 @@
</template>
<script>
import TheButtonSidebar from "@/components/base/BaseSidebarButton";
import BaseButtonSidebar from "@/components/base/BaseSidebarButton";
export default {
name: "TheSidebar",
components: { TheButtonSidebar },
components: { BaseButtonSidebar },
data() {
return {
pageSettings: [