Skip to content

Commit e939d1a

Browse files
authored
Update alert.js
1 parent cc23771 commit e939d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/alert/alert.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import BButtonClose from '../button/button-close'
2-
import { getConfigComponent } from '../../utils/config'
2+
import { getComponentConfig } from '../../utils/config'
33

44
const NAME = 'BAlert'
55

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

0 commit comments

Comments
 (0)