Determines the color of the title and the icon. It can be a named color (e.g. 'info') or a base color and shade (e.g. 'blue-400'). It works only if type is default.
string
closable
Makes the notification closable. Closed notification won't appear anymore.
boolean
false
autoclose
Makes the notification automatically disappear. The remaining time is shown by an indicator.
boolean
false
key
An identifier for storing closed state. It should be unique.
In Vue.js key is a reserved attribute. Use :key.prop="'somekey'" to set this attribute.