blob: 60440644c0420eabed4a66bcbb9969b1402049ed [file] [log] [blame]
Derick Montaguefd22b5b2020-03-13 15:15:43 -05001<template>
2 <div>
3 <alert show variant="warning">This is a warning message</alert>
4 <alert show variant="danger">This is an error message</alert>
5 <alert show variant="info">This is an info message</alert>
6 </div>
7</template>
8
9<script>
10
11export default {
12 name: 'BmcAlerts',
13}
14</script>