vuetify-dialog
vuetify-dialog copied to clipboard
snackbar default color
how can i set the default color of the snackbar. the default color is transparent black
this.$dialog.message.success(toastText, { color: 'black', position: 'bottom-right' })
this.$dialog.message.success(toastText, { color: 'black', position: 'bottom-right' })
how can i set the default properties?not set at call time.