@fy-/fws-vue 1.4.1 → 1.4.2

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.
@@ -198,9 +198,6 @@ defineExpose({ focus, blur, getInputRef });
198
198
  year-first
199
199
  dark
200
200
  :enable-time-picker="false"
201
- :text-input="{
202
- format: 'yyyy-MM-dd',
203
- }"
204
201
  ></VueDatePicker>
205
202
  </div>
206
203
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {