@yoooloo42/joker 1.0.121 → 1.0.123
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 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -42972,7 +42972,6 @@ const style = reactive({
|
|
|
42972
42972
|
popup: {
|
|
42973
42973
|
name: {
|
|
42974
42974
|
width: '200px',
|
|
42975
|
-
'margin-bottom': '10px'
|
|
42976
42975
|
},
|
|
42977
42976
|
price: {
|
|
42978
42977
|
width: '120px'
|
|
@@ -43526,7 +43525,7 @@ var script = {
|
|
|
43526
43525
|
// modelValue: 外部 v-model 绑定的值
|
|
43527
43526
|
modelValue: {
|
|
43528
43527
|
type: Array,
|
|
43529
|
-
default: () =>
|
|
43528
|
+
default: () => {}
|
|
43530
43529
|
},
|
|
43531
43530
|
myProps: {
|
|
43532
43531
|
type: Object,
|