You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2025. It is now read-only.
[ ] Bug report => search github for a similar issue or PR before submitting
[x] Feature request
[ ] Other, please describe
Tell about your platform
Vue.js version : 3.4.21
This package version : 3.1.2
Expected behavior
Additional option for close button would be very welcome:
showCloseBtn - an 'X' appears in the upper right corner of the toast notification to close it. Than you can set dismissible to false and still allow the user to close the toast by clicking this close button. This would be very useful when you want to add a button to the toast notification and avoid accidental closing (e.g. touch screen).