minor
This commit is contained in:
@@ -105,7 +105,7 @@
|
|||||||
template(v-slot:activator='{ on }')
|
template(v-slot:activator='{ on }')
|
||||||
v-text-field(
|
v-text-field(
|
||||||
:label="$t('event.from')"
|
:label="$t('event.from')"
|
||||||
:rules="validators.required('from')"
|
:rules="[validators.required('from')]"
|
||||||
:value='time.start'
|
:value='time.start'
|
||||||
v-on='on'
|
v-on='on'
|
||||||
clearable)
|
clearable)
|
||||||
|
|||||||
Reference in New Issue
Block a user