@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.esm.js
CHANGED
|
@@ -40426,6 +40426,10 @@ var script$c = {
|
|
|
40426
40426
|
props: ['scopeThis', 'myProps'],
|
|
40427
40427
|
computed: {
|
|
40428
40428
|
myProps0(){
|
|
40429
|
+
|
|
40430
|
+
console.log('测试 000', ly0default$1.myProps);
|
|
40431
|
+
console.log('测试 111', this.myProps);
|
|
40432
|
+
|
|
40429
40433
|
return Object.assign({}, ly0default$1.myProps, this.myProps)
|
|
40430
40434
|
}
|
|
40431
40435
|
},
|