From b769d492fb8c5efd527e73589020c2bacea7befe Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 18 May 2021 12:12:23 +0300 Subject: [PATCH] Fixed #1262 - missing Documentation: Set the toast lifespan to infinite --- src/views/toast/ToastDoc.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/toast/ToastDoc.vue b/src/views/toast/ToastDoc.vue index fb2af0646..3f735ba81 100755 --- a/src/views/toast/ToastDoc.vue +++ b/src/views/toast/ToastDoc.vue @@ -88,7 +88,7 @@ export default defineComponent({ life number null - Delay in milliseconds to close the message automatically. + Delay in milliseconds to close the message automatically. Messages with no life defined becomes sticky. group