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
Vuetify comes with VAlert which we use but with custom configuration (mainly icons). Because the configuration is dynamic based on alert type, we cannot use the vuetify.ts global config for that. Instead we could create custom wrapper components like VInfoAlert with the custom config.
custom wrapper components
dev. documentation of allerts
replace VAlert usages with custom components
The text was updated successfully, but these errors were encountered:
Vuetify comes with
VAlert
which we use but with custom configuration (mainly icons). Because the configuration is dynamic based on alert type, we cannot use thevuetify.ts
global config for that. Instead we could create custom wrapper components likeVInfoAlert
with the custom config.VAlert
usages with custom componentsThe text was updated successfully, but these errors were encountered: