This commit is contained in:
2020-10-06 14:41:33 +00:00
parent 12f9f6aec2
commit d7b9b94804
6 changed files with 32 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
<v-icon large color="info">$ayiInfoCircle</v-icon>
</template>
<template v-if="options.type == 'warning'">
<v-icon large color="warning">fa-exclamation-circle</v-icon>
<v-icon large color="warning">$ayiExclamationCircle</v-icon>
</template>
<template v-if="options.type == 'error'">
<v-icon large color="error">fa-exclamation-triangle</v-icon>