@fy-/fws-vue 1.1.7 → 1.1.8

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.
@@ -185,7 +185,7 @@ defineExpose({ focus, blur, getInputRef });
185
185
  </div>
186
186
  <VueDatePicker
187
187
  v-model="model"
188
- model-type="iso"
188
+ model-type="timestamp"
189
189
  auto-apply
190
190
  :placeholder="placeholder"
191
191
  year-first
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {