46 lines
1.3 KiB
Vue
46 lines
1.3 KiB
Vue
<template>
|
|
<div class="demo-space-y">
|
|
<VAlert
|
|
variant="outlined"
|
|
color="primary"
|
|
>
|
|
Duis vel nibh at velit scelerisque suscipit. Praesent blandit laoreet nibh. Aenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc.
|
|
</VAlert>
|
|
|
|
<VAlert
|
|
variant="outlined"
|
|
color="secondary"
|
|
>
|
|
Praesent venenatis metus at tortor pulvinar varius. Aenean commodo ligula eget dolor. Praesent ac massa at ligula laoreet iaculis.
|
|
</VAlert>
|
|
|
|
<VAlert
|
|
variant="outlined"
|
|
color="success"
|
|
>
|
|
Duis arcu tortor, suscipit eget, imperdiet nec, imperdiet iaculis, ipsum. Suspendisse non nisl sit amet velit hendrerit rutrum.
|
|
</VAlert>
|
|
|
|
<VAlert
|
|
variant="outlined"
|
|
color="info"
|
|
>
|
|
Marshmallow jelly beans toffee. Sweet roll lemon drops muffin biscuit. Gummies jujubes halvah dessert cream croissant.
|
|
</VAlert>
|
|
|
|
<VAlert
|
|
variant="outlined"
|
|
color="warning"
|
|
>
|
|
Tootsie roll candy canes wafer icing sweet jelly macaroon. Caramels icing fruitcake chocolate cake cake donut.
|
|
</VAlert>
|
|
|
|
<VAlert
|
|
variant="outlined"
|
|
color="error"
|
|
>
|
|
Jelly beans dragée jelly. Cotton candy danish chocolate cake. Carrot cake pastry jelly beans gummi bears.
|
|
</VAlert>
|
|
</div>
|
|
</template>
|