blob: 60440644c0420eabed4a66bcbb9969b1402049ed [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>