@yoooloo42/joker 1.0.32 → 1.0.33
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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -39375,7 +39375,7 @@ const datePicker = reactive({
|
|
|
39375
39375
|
if (props.item.type === 'datetime') {
|
|
39376
39376
|
return props.myProps.placeholder.datetime
|
|
39377
39377
|
}
|
|
39378
|
-
if (
|
|
39378
|
+
if (props.item.type === 'date') {
|
|
39379
39379
|
return props.myProps.placeholder.date
|
|
39380
39380
|
}
|
|
39381
39381
|
return props.myProps.placeholder.datetime
|