diff --git a/src/views/notifications/Alerts.vue b/src/views/notifications/Alerts.vue index d9a70c9f..db9b9c39 100644 --- a/src/views/notifications/Alerts.vue +++ b/src/views/notifications/Alerts.vue @@ -90,39 +90,60 @@ - Alerts dismissible + Alerts + dismissible -
- - Dismissible Alert! - - - - Dismissible Alert! - - ok - - - - Dismissible Alert! - - Dismissible Alert! - - Show dismissible alert ({{showDismissibleAlert?'visible':'hidden'}}) + + + Dismissible Alert with fade effect! + + + + Dismissible Alert with custom icon! + + + + Dismissible Alert with custom button! + + + + + Disabled dismissible Alert! + + + Show dismissible alerts -
@@ -131,19 +152,20 @@
- - Alert will dismiss after {{dismissCountDown}} seconds... + + Alert will dismiss after + {{dismissCountDown}} seconds... - + > Alert will dismiss after {{dismissCountDown}} seconds... alert = true + ) } } }