Merge pull request #5185 from Tamas-hi/fix-toast-sticky-documentation
Fix #5184 - Toast: Sticky option documentation enhancementpull/4628/merge
commit
736782e6a8
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue