fix toast sticky documentation
parent
0107cdc098
commit
c9aed794ce
|
@ -1,6 +1,7 @@
|
|||
<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