export default { props: { msg: String, severity: String }, computed: { severityClass() { return 'alert-' + this.severity; } }, template: `