refactor date issue

This commit is contained in:
Jay_Makwana
2020-12-22 12:51:44 +05:30
parent d07b63c365
commit 9227973a7a
9 changed files with 35 additions and 34 deletions

View File

@ -76,7 +76,7 @@
:calendar-button="true"
calendar-button-icon="calendar"
class="mt-2"
@change="$v.newInvoice.invoice_date.$touch()"
@input="$v.newInvoice.invoice_date.$touch()"
/>
</sw-input-group>
@ -91,7 +91,7 @@
:calendar-button="true"
calendar-button-icon="calendar"
class="mt-2"
@change="$v.newInvoice.due_date.$touch()"
@input="$v.newInvoice.due_date.$touch()"
/>
</sw-input-group>