Merge pull request #5185 from Tamas-hi/fix-toast-sticky-documentation

Fix #5184 - Toast: Sticky option documentation enhancement
pull/4628/merge
Tuğçe Küçükoğlu 2024-02-01 10:42:19 +03:00 committed by GitHub
commit 736782e6a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<DocSectionText v-bind="$attrs">
<p>A message disappears after 3000ms defined the <i>life</i> option, set <i>sticky</i> option to display messages that do not hide automatically.</p>
<p>A message disappears after the number of milliseconds defined in the <i>life</i> option. Omit the <i>life</i> option to make the message sticky.</p>
</DocSectionText>
<div class="card flex justify-content-center">
<div class="flex flex-wrap gap-2">