@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.cjs.js
CHANGED
|
@@ -16111,7 +16111,7 @@ var script$4 = {
|
|
|
16111
16111
|
}},
|
|
16112
16112
|
computed: {
|
|
16113
16113
|
myProps0(){
|
|
16114
|
-
return Object.assign(ly0default.myProps, this.myProps)
|
|
16114
|
+
return Object.assign({}, ly0default.myProps, this.myProps)
|
|
16115
16115
|
}
|
|
16116
16116
|
},
|
|
16117
16117
|
methods: {
|
|
@@ -16230,6 +16230,7 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16230
16230
|
? (vue.openBlock(), vue.createElementBlock("img", {
|
|
16231
16231
|
key: 0,
|
|
16232
16232
|
src: $data.fileList[0].response.data.src,
|
|
16233
|
+
class: "avatar",
|
|
16233
16234
|
style: vue.normalizeStyle($options.hdlStyleAvatarImage())
|
|
16234
16235
|
}, null, 12 /* STYLE, PROPS */, _hoisted_1$4))
|
|
16235
16236
|
: (vue.openBlock(), vue.createBlock(_component_el_icon, {
|
|
@@ -16274,7 +16275,7 @@ var script$3 = {
|
|
|
16274
16275
|
}},
|
|
16275
16276
|
computed: {
|
|
16276
16277
|
myProps0(){
|
|
16277
|
-
return Object.assign(ly0default.myProps, this.myProps)
|
|
16278
|
+
return Object.assign({}, ly0default.myProps, this.myProps)
|
|
16278
16279
|
}
|
|
16279
16280
|
},
|
|
16280
16281
|
methods: {
|
|
@@ -16392,6 +16393,7 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16392
16393
|
? (vue.openBlock(), vue.createElementBlock("img", {
|
|
16393
16394
|
key: 0,
|
|
16394
16395
|
src: $data.fileList[0].response.data.src,
|
|
16396
|
+
class: "avatar",
|
|
16395
16397
|
style: vue.normalizeStyle($options.hdlStyleAvatarImage())
|
|
16396
16398
|
}, null, 12 /* STYLE, PROPS */, _hoisted_1$3))
|
|
16397
16399
|
: (vue.openBlock(), vue.createBlock(_component_el_icon, {
|
|
@@ -16436,7 +16438,7 @@ var script$2 = {
|
|
|
16436
16438
|
}},
|
|
16437
16439
|
computed: {
|
|
16438
16440
|
myProps0(){
|
|
16439
|
-
return Object.assign(ly0default.myProps, this.myProps)
|
|
16441
|
+
return Object.assign({}, ly0default.myProps, this.myProps)
|
|
16440
16442
|
}
|
|
16441
16443
|
},
|
|
16442
16444
|
methods: {
|
|
@@ -16583,7 +16585,7 @@ var script$1 = {
|
|
|
16583
16585
|
}},
|
|
16584
16586
|
computed: {
|
|
16585
16587
|
myProps0(){
|
|
16586
|
-
return Object.assign(ly0default.myProps, this.myProps)
|
|
16588
|
+
return Object.assign({}, ly0default.myProps, this.myProps)
|
|
16587
16589
|
}
|
|
16588
16590
|
},
|
|
16589
16591
|
methods: {
|
|
@@ -16730,7 +16732,7 @@ var script = {
|
|
|
16730
16732
|
},
|
|
16731
16733
|
computed: {
|
|
16732
16734
|
myProps0(){
|
|
16733
|
-
return Object.assign(ly0default.myProps, this.myProps)
|
|
16735
|
+
return Object.assign({}, ly0default.myProps, this.myProps)
|
|
16734
16736
|
}
|
|
16735
16737
|
},
|
|
16736
16738
|
methods: {
|