blob: a0c9503443c19f0ac46ad49e80e3e66dab9bf630 [file] [log] [blame]
<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>