You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…hing tag.
bButtonClose component was imported in alert with the shortcut alias
(bBtnClose) but used with the full tag (b-button-close). When importing
b-alert as an individual component b-button-close alias was not set and
vue failed to import the b-button-close component.
Importing bButtonClose component with the fullname fix this issue.
Hi,
When importing only b-alert, if the dismissed prop is set like this:
An error is throwed :
This is because the button si imported as bBtnClose (from button/button) and used with b-button-close.
The text was updated successfully, but these errors were encountered: