@yoooloo42/joker 1.0.40 → 1.0.41
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 +9 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +9 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -40138,6 +40138,10 @@ var script$e = {
|
|
|
40138
40138
|
props: ["scopeThis", "myProps", "dataBox"],
|
|
40139
40139
|
setup(__props) {
|
|
40140
40140
|
|
|
40141
|
+
const props = __props;
|
|
40142
|
+
|
|
40143
|
+
console.log('测试 333', props.myProps.menu);
|
|
40144
|
+
|
|
40141
40145
|
const style = reactive({
|
|
40142
40146
|
collapse: computed(() => styleModule.collapse()),
|
|
40143
40147
|
field_box: computed(() => styleModule.field_box()),
|
|
@@ -40426,6 +40430,11 @@ var script$c = {
|
|
|
40426
40430
|
props: ['scopeThis', 'myProps'],
|
|
40427
40431
|
computed: {
|
|
40428
40432
|
myProps0(){
|
|
40433
|
+
|
|
40434
|
+
console.log('测试 000', ly0default$1.myProps);
|
|
40435
|
+
console.log('测试 111', this.myProps);
|
|
40436
|
+
console.log('测试 222', Object.assign({}, ly0default$1.myProps, this.myProps));
|
|
40437
|
+
|
|
40429
40438
|
return Object.assign({}, ly0default$1.myProps, this.myProps)
|
|
40430
40439
|
}
|
|
40431
40440
|
},
|