I want to create a dismissable alert using BootstrapVue, but the alerts I've made keep reappearing every time I refresh the page. I'm looking for a way to make the alert get dismissed permanently after the user acknowledges it so they don't have to see it again on revisiting the page. It seems like a toggleable alert as mentioned in the documentation might help, but I'm not sure if it will retain its state. Is there a way to achieve this by saving the alert's state (dismissed/not dismissed) in localStorage or a similar method?