-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
tempalte context:
<a-form
:form="form"
:label-col="{ span: 5 }"
:wrapper-col="{ span: 12 }"
@submit="handleSubmit"
>
<a-form-item label="Note">
<a-range-picker style="width: 100%" v-decorator="['datePicker']" />
</a-form-item>
</a-form>
Originally posted by @nowdothat in #4505 (comment)