<template> | |
<div> | |
<alert show variant="warning">This is a warning message</alert> | |
<alert show variant="danger">This is an error message</alert> | |
<alert show variant="info">This is an info message</alert> | |
</div> | |
</template> | |
<script> | |
export default { | |
name: 'BmcAlerts', | |
} | |
</script> |