@yoooloo42/joker 1.0.38 → 1.0.39
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 +4 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -40430,6 +40430,10 @@ var script$c = {
|
|
|
40430
40430
|
props: ['scopeThis', 'myProps'],
|
|
40431
40431
|
computed: {
|
|
40432
40432
|
myProps0(){
|
|
40433
|
+
|
|
40434
|
+
console.log('测试 000', ly0default$1.myProps);
|
|
40435
|
+
console.log('测试 111', this.myProps);
|
|
40436
|
+
|
|
40433
40437
|
return Object.assign({}, ly0default$1.myProps, this.myProps)
|
|
40434
40438
|
}
|
|
40435
40439
|
},
|