@fy-/fws-vue 1.3.9 → 1.4.1

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,12 @@ 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
+ :text-input="{
202
+ format: 'yyyy-MM-dd',
203
+ }"
204
204
  ></VueDatePicker>
205
205
  </div>
206
206
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "1.3.9",
3
+ "version": "1.4.1",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {