[Vuejs]-How to display a success alert with vuetify after successfully inserting data into database

0👍

Try using v-model instead of value. Vuetify automatically closes it after some time. You can either set the timer or set it to permanent and manually handle the closing yourself

Leave a comment