This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user