WIP: add basic features
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
color="primary",
|
||||
dense,
|
||||
padding="4px 22px",
|
||||
@click="openForm"
|
||||
)
|
||||
q-icon(
|
||||
name="app:icon-plus",
|
||||
@@ -19,14 +20,11 @@
|
||||
size="18px",
|
||||
style="margin-left: 4px"
|
||||
)
|
||||
q-menu(
|
||||
v-model="isOpenFormInternal",
|
||||
)
|
||||
base-client-form-create(
|
||||
v-model="isOpenFormInternal",
|
||||
:set-updated-clients="setUpdatedClients",
|
||||
:write-created-client-id="writeCreatedClientId",
|
||||
)
|
||||
base-client-form-create(
|
||||
v-model="isOpenFormInternal",
|
||||
:set-updated-clients="setUpdatedClients",
|
||||
:write-created-client-id="writeCreatedClientId",
|
||||
)
|
||||
q-btn.mr-8(
|
||||
flat,
|
||||
dense,
|
||||
|
||||
Reference in New Issue
Block a user