@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.cjs.js
CHANGED
|
@@ -39379,7 +39379,7 @@ const datePicker = vue.reactive({
|
|
|
39379
39379
|
if (props.item.type === 'datetime') {
|
|
39380
39380
|
return props.myProps.placeholder.datetime
|
|
39381
39381
|
}
|
|
39382
|
-
if (
|
|
39382
|
+
if (props.item.type === 'date') {
|
|
39383
39383
|
return props.myProps.placeholder.date
|
|
39384
39384
|
}
|
|
39385
39385
|
return props.myProps.placeholder.datetime
|