refactor: by value
This commit is contained in:
parent
d365538605
commit
6a6cbdb34c
1 changed files with 1 additions and 0 deletions
|
|
@ -153,6 +153,7 @@ defineProps<{
|
||||||
<q-tab-panel name="contact">
|
<q-tab-panel name="contact">
|
||||||
<EmployerFormContact
|
<EmployerFormContact
|
||||||
:readonly="readonly"
|
:readonly="readonly"
|
||||||
|
v-model:contactName="item.contactName"
|
||||||
v-model:email="item.email"
|
v-model:email="item.email"
|
||||||
v-model:telephone="item.telephoneNo"
|
v-model:telephone="item.telephoneNo"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue