@yoooloo42/joker 1.0.13 → 1.0.14
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 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -15964,7 +15964,7 @@ var script$5 = {
|
|
|
15964
15964
|
}},
|
|
15965
15965
|
computed: {
|
|
15966
15966
|
myProps0(){
|
|
15967
|
-
return Object.assign(ly0default.myProps, this.myProps)
|
|
15967
|
+
return Object.assign({}, ly0default.myProps, this.myProps)
|
|
15968
15968
|
},
|
|
15969
15969
|
limit(){
|
|
15970
15970
|
return this.myProps0.limit
|