@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 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 (this.item.type === 'date') {
39382
+ if (props.item.type === 'date') {
39383
39383
  return props.myProps.placeholder.date
39384
39384
  }
39385
39385
  return props.myProps.placeholder.datetime