mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 05:28:13 +00:00
chore: added helper placeholders to header & footer fields
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
class="order-input"
|
||||
id="header-A"
|
||||
v-model="store.orderData.header.A"
|
||||
:placeholder="t('order.header.A-placeholder')"
|
||||
/>
|
||||
<label class="order-input-label" for="header-A">{{ t('order.header.A') }}</label>
|
||||
</div>
|
||||
@@ -40,6 +41,7 @@
|
||||
class="order-input"
|
||||
id="header-C"
|
||||
v-model="store.orderData.header.C"
|
||||
:placeholder="t('order.header.C-placeholder')"
|
||||
/>
|
||||
<label class="order-input-label" for="header-C">{{ t('order.header.C') }}</label>
|
||||
</div>
|
||||
@@ -51,6 +53,7 @@
|
||||
class="order-input"
|
||||
id="header-D"
|
||||
v-model="store.orderData.header.D"
|
||||
:placeholder="t('order.header.D-placeholder')"
|
||||
/>
|
||||
<label class="order-input-label" for="header-D">{{ t('order.header.D') }}</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user