@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.cjs.js
CHANGED
|
@@ -40142,6 +40142,10 @@ var script$e = {
|
|
|
40142
40142
|
props: ["scopeThis", "myProps", "dataBox"],
|
|
40143
40143
|
setup(__props) {
|
|
40144
40144
|
|
|
40145
|
+
const props = __props;
|
|
40146
|
+
|
|
40147
|
+
console.log('测试 333', props.myProps.menu);
|
|
40148
|
+
|
|
40145
40149
|
const style = vue.reactive({
|
|
40146
40150
|
collapse: vue.computed(() => styleModule.collapse()),
|
|
40147
40151
|
field_box: vue.computed(() => styleModule.field_box()),
|
|
@@ -40430,6 +40434,11 @@ var script$c = {
|
|
|
40430
40434
|
props: ['scopeThis', 'myProps'],
|
|
40431
40435
|
computed: {
|
|
40432
40436
|
myProps0(){
|
|
40437
|
+
|
|
40438
|
+
console.log('测试 000', ly0default$1.myProps);
|
|
40439
|
+
console.log('测试 111', this.myProps);
|
|
40440
|
+
console.log('测试 222', Object.assign({}, ly0default$1.myProps, this.myProps));
|
|
40441
|
+
|
|
40433
40442
|
return Object.assign({}, ly0default$1.myProps, this.myProps)
|
|
40434
40443
|
}
|
|
40435
40444
|
},
|