@yoooloo42/joker 1.0.15 → 1.0.17
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 +7 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +7 -5
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -16107,7 +16107,7 @@ var script$4 = {
|
|
|
16107
16107
|
}},
|
|
16108
16108
|
computed: {
|
|
16109
16109
|
myProps0(){
|
|
16110
|
-
return Object.assign(ly0default.myProps, this.myProps)
|
|
16110
|
+
return Object.assign({}, ly0default.myProps, this.myProps)
|
|
16111
16111
|
}
|
|
16112
16112
|
},
|
|
16113
16113
|
methods: {
|
|
@@ -16226,6 +16226,7 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16226
16226
|
? (openBlock(), createElementBlock("img", {
|
|
16227
16227
|
key: 0,
|
|
16228
16228
|
src: $data.fileList[0].response.data.src,
|
|
16229
|
+
class: "avatar",
|
|
16229
16230
|
style: normalizeStyle($options.hdlStyleAvatarImage())
|
|
16230
16231
|
}, null, 12 /* STYLE, PROPS */, _hoisted_1$4))
|
|
16231
16232
|
: (openBlock(), createBlock(_component_el_icon, {
|
|
@@ -16270,7 +16271,7 @@ var script$3 = {
|
|
|
16270
16271
|
}},
|
|
16271
16272
|
computed: {
|
|
16272
16273
|
myProps0(){
|
|
16273
|
-
return Object.assign(ly0default.myProps, this.myProps)
|
|
16274
|
+
return Object.assign({}, ly0default.myProps, this.myProps)
|
|
16274
16275
|
}
|
|
16275
16276
|
},
|
|
16276
16277
|
methods: {
|
|
@@ -16388,6 +16389,7 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16388
16389
|
? (openBlock(), createElementBlock("img", {
|
|
16389
16390
|
key: 0,
|
|
16390
16391
|
src: $data.fileList[0].response.data.src,
|
|
16392
|
+
class: "avatar",
|
|
16391
16393
|
style: normalizeStyle($options.hdlStyleAvatarImage())
|
|
16392
16394
|
}, null, 12 /* STYLE, PROPS */, _hoisted_1$3))
|
|
16393
16395
|
: (openBlock(), createBlock(_component_el_icon, {
|
|
@@ -16432,7 +16434,7 @@ var script$2 = {
|
|
|
16432
16434
|
}},
|
|
16433
16435
|
computed: {
|
|
16434
16436
|
myProps0(){
|
|
16435
|
-
return Object.assign(ly0default.myProps, this.myProps)
|
|
16437
|
+
return Object.assign({}, ly0default.myProps, this.myProps)
|
|
16436
16438
|
}
|
|
16437
16439
|
},
|
|
16438
16440
|
methods: {
|
|
@@ -16579,7 +16581,7 @@ var script$1 = {
|
|
|
16579
16581
|
}},
|
|
16580
16582
|
computed: {
|
|
16581
16583
|
myProps0(){
|
|
16582
|
-
return Object.assign(ly0default.myProps, this.myProps)
|
|
16584
|
+
return Object.assign({}, ly0default.myProps, this.myProps)
|
|
16583
16585
|
}
|
|
16584
16586
|
},
|
|
16585
16587
|
methods: {
|
|
@@ -16726,7 +16728,7 @@ var script = {
|
|
|
16726
16728
|
},
|
|
16727
16729
|
computed: {
|
|
16728
16730
|
myProps0(){
|
|
16729
|
-
return Object.assign(ly0default.myProps, this.myProps)
|
|
16731
|
+
return Object.assign({}, ly0default.myProps, this.myProps)
|
|
16730
16732
|
}
|
|
16731
16733
|
},
|
|
16732
16734
|
methods: {
|