@yoooloo42/joker 1.0.29 → 1.0.30
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 +2 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -39353,6 +39353,8 @@ const input = {
|
|
|
39353
39353
|
}
|
|
39354
39354
|
};
|
|
39355
39355
|
|
|
39356
|
+
console.log('测试 000', input.placeholder);
|
|
39357
|
+
|
|
39356
39358
|
const select = {
|
|
39357
39359
|
placeholder: vue.computed(() => () => {
|
|
39358
39360
|
return props.item.placeholder ? props.item.placeholder : props.myProps.placeholder.select
|