@fy-/fws-vue 1.3.9 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -195,12 +195,13 @@ defineExpose({ focus, blur, getInputRef });
|
|
|
195
195
|
v-model="model"
|
|
196
196
|
auto-apply
|
|
197
197
|
:placeholder="placeholder"
|
|
198
|
-
:text-input="{
|
|
199
|
-
format: 'yyyy-MM-dd',
|
|
200
|
-
}"
|
|
201
198
|
year-first
|
|
202
199
|
dark
|
|
203
200
|
:enable-time-picker="false"
|
|
201
|
+
model-type="yyyy-MM-dd"
|
|
202
|
+
:text-input="{
|
|
203
|
+
format: 'yyyy-MM-dd',
|
|
204
|
+
}"
|
|
204
205
|
></VueDatePicker>
|
|
205
206
|
</div>
|
|
206
207
|
</div>
|