Harsh Patel
Harsh Patel
NNuxt
Created by Harsh Patel on 11/16/2024 in #❓・help
I don't want timeout to pause on hover for nuxt ui toast
currently i do the below
toast.add({
title: 'Signing out!',
color: 'orange',
icon: 'mingcute:alert-line',
timeout: 2000,
})
toast.add({
title: 'Signing out!',
color: 'orange',
icon: 'mingcute:alert-line',
timeout: 2000,
})
Additionally, i don't want the timeout to pause if i hover over this notification.
8 replies