File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
examples/sites/demos/apis
packages/vue/src/modal/src Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ export default {
241
241
'en-US' : "Whether the 'message' type pop-up window displays a close button"
242
242
} ,
243
243
mode : [ 'pc' ] ,
244
- pcDemo : 'message-closable '
244
+ pcDemo : 'message-close '
245
245
} ,
246
246
{
247
247
name : 'min-height' ,
Original file line number Diff line number Diff line change @@ -267,12 +267,14 @@ export default defineComponent({
267
267
{
268
268
class: ' tiny-modal__close-wrapper'
269
269
},
270
- h (iconClose (), {
271
- class: [' tiny-modal__close-btn' ],
272
- on: {
273
- click: this .closeEvent
274
- }
275
- })
270
+ [
271
+ h (iconClose (), {
272
+ class: [' tiny-modal__close-btn' ],
273
+ on: {
274
+ click: this .closeEvent
275
+ }
276
+ })
277
+ ]
276
278
)
277
279
: null
278
280
]
You can’t perform that action at this time.
0 commit comments