We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c36df commit 51b527fCopy full SHA for 51b527f
src/components/alert/alert.js
@@ -1,7 +1,7 @@
1
-import bBtnClose from '../button/button-close'
+import bButtonClose from '../button/button-close'
2
3
export default {
4
- components: {bBtnClose},
+ components: {bButtonClose},
5
render (h) {
6
if (!this.localShow) {
7
// If not showing, render placeholder
0 commit comments