diff options
Diffstat (limited to 'docs/guide/components/alert.md')
-rw-r--r-- | docs/guide/components/alert.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/guide/components/alert.md b/docs/guide/components/alert.md index 1ad965bd..1892f3f8 100644 --- a/docs/guide/components/alert.md +++ b/docs/guide/components/alert.md @@ -3,9 +3,7 @@ An alert is an inline message that contains a short description that a user cann [Learn more about Bootstrap-vue alert options](https://bootstrap-vue.js.org/docs/components/alert) -<alert show variant="warning">This is a warning message</alert> -<alert show variant="danger">This is an error message</alert> -<alert show variant="info">This is an info message</alert> + ```vue <alert show variant="warning">This is a warning message</alert> |