Skip to content

Commit cc1a6a5

Browse files
authored
Update alert.js
1 parent ea8f046 commit cc1a6a5

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
@@ -14,7 +14,7 @@ export default {
1414
props: {
1515
variant: {
1616
type: String,
17-
default: getConfigComponent(NAME, 'variant')
17+
default: () => getConfigComponent(NAME, 'variant')
1818
},
1919
dismissible: {
2020
type: Boolean,

0 commit comments

Comments
 (0)