Skip to content

Commit cfc0f71

Browse files
authored
Update alert.js
1 parent eef197a commit cfc0f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/alert/alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
},
2323
dismissLabel: {
2424
type: String,
25-
default: 'Close'
25+
default: () => getComponentConfig(NAME, 'dismissLabel')
2626
},
2727
show: {
2828
type: [Boolean, Number],

0 commit comments

Comments
 (0)