forked from verdnatura/salix-front
change prop names
This commit is contained in:
parent
0890de3771
commit
72ad524c68
|
@ -209,11 +209,16 @@ onUnmounted(() => (stateStore.rightDrawer = false));
|
||||||
<VnInputDate
|
<VnInputDate
|
||||||
:label="t('lastEntries.since')"
|
:label="t('lastEntries.since')"
|
||||||
dense
|
dense
|
||||||
emit-date
|
emit-date-format
|
||||||
v-model="from"
|
v-model="from"
|
||||||
class="q-mr-lg"
|
class="q-mr-lg"
|
||||||
/>
|
/>
|
||||||
<VnInputDate :label="t('lastEntries.to')" dense emit-date v-model="to" />
|
<VnInputDate
|
||||||
|
:label="t('lastEntries.to')"
|
||||||
|
dense
|
||||||
|
emit-date-format
|
||||||
|
v-model="to"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<QSpace />
|
<QSpace />
|
||||||
<div id="st-actions"></div>
|
<div id="st-actions"></div>
|
||||||
|
|
Loading…
Reference in New Issue