send/receive messages
This commit is contained in:
parent
9e7f7e584d
commit
e0345be18e
2 changed files with 159 additions and 87 deletions
|
|
@ -95,6 +95,13 @@
|
|||
label="Email *optional"
|
||||
hint="Merchant may not use email"
|
||||
></q-input>
|
||||
<q-input
|
||||
v-model="checkoutDialog.data.message"
|
||||
filled
|
||||
dense
|
||||
type="text"
|
||||
label="Message *optional"
|
||||
></q-input>
|
||||
<p>Select the shipping zone:</p>
|
||||
<div class="row q-mt-lg">
|
||||
<q-option-group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue