@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.cjs.js
CHANGED
|
@@ -42976,7 +42976,6 @@ const style = vue.reactive({
|
|
|
42976
42976
|
popup: {
|
|
42977
42977
|
name: {
|
|
42978
42978
|
width: '200px',
|
|
42979
|
-
'margin-bottom': '10px'
|
|
42980
42979
|
},
|
|
42981
42980
|
price: {
|
|
42982
42981
|
width: '120px'
|
|
@@ -43530,7 +43529,7 @@ var script = {
|
|
|
43530
43529
|
// modelValue: 外部 v-model 绑定的值
|
|
43531
43530
|
modelValue: {
|
|
43532
43531
|
type: Array,
|
|
43533
|
-
default: () =>
|
|
43532
|
+
default: () => {}
|
|
43534
43533
|
},
|
|
43535
43534
|
myProps: {
|
|
43536
43535
|
type: Object,
|