- 'The
type
prop only accepts the strings: "success", "error", "warning", or "info"' - The
type
prop defaults toinfo
- The
dismisable
prop only accepts a boolean - The
dismissable
prop defaults tofalse
- The
dismiss
emit (event) only supports a payload of the literal typetrue
- You can see that your IDE recognizes these types when hovering over the props and events on the usage of
AppAlerts
inApp.vue
.