This commit is contained in:
2021-07-19 23:05:31 +00:00
parent 97df26f982
commit 1256466385
5 changed files with 68 additions and 127 deletions

View File

@@ -16,6 +16,9 @@
<template v-if="options.type == 'info'">
<v-icon large color="info">$ayiInfoCircle</v-icon>
</template>
<template v-if="options.type == 'question'">
<v-icon large color="info">$ayiQuestionCircle</v-icon>
</template>
<template v-if="options.type == 'warning'">
<v-icon large color="warning">$ayiExclamationCircle</v-icon>
</template>
@@ -74,7 +77,7 @@ export default {
message: null,
yesButtonText: null,
noButtonText: null,
type: "info" //one of success, info, warning, and error, see v-alert docs for more info
type: "info" //one of success, info, question, warning, and error, see v-alert docs for more info
}
}),
methods: {