Skip to content

Commit 51b527f

Browse files
mehdirandepi0
authored andcommitted
fix(alert): import button-close in alert with a name matching tag. (#1523) fixes #1522.
1 parent f5c36df commit 51b527f

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,7 +1,7 @@
1-
import bBtnClose from '../button/button-close'
1+
import bButtonClose from '../button/button-close'
22

33
export default {
4-
components: {bBtnClose},
4+
components: {bButtonClose},
55
render (h) {
66
if (!this.localShow) {
77
// If not showing, render placeholder

0 commit comments

Comments
 (0)