@yoooloo42/joker 1.0.124 → 1.0.125
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
|
@@ -43524,7 +43524,7 @@ var script = {
|
|
|
43524
43524
|
props: {
|
|
43525
43525
|
// modelValue: 外部 v-model 绑定的值
|
|
43526
43526
|
modelValue: {
|
|
43527
|
-
type:
|
|
43527
|
+
type: Object,
|
|
43528
43528
|
default: () => ({})
|
|
43529
43529
|
},
|
|
43530
43530
|
myProps: {
|