<template><div><CAlertcolor="primary">
This is info alert.
</CAlert><CAlertcolor="warning"closeButton>
This is warning dismissible alert.
</CAlert><CAlertcolor="danger":show.sync="currentAlertCounter"closeButton
>
This alert will close after {{currentAlertCounter}} seconds.
<CProgress:max="10":value="currentAlertCounter"height="3px"color="danger"animate
/></CAlert><CButtoncolor="primary"v-if="!currentAlertCounter"
@click="currentAlertCounter = 10"
>
Show alert with timer
</CButton></div></template>