This commit is contained in:
2019-11-07 00:35:52 +00:00
parent 6c580001be
commit 171a389af9
2 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
:value="isVisible"
:color="options.type"
:timeout="options.timeout"
>
<v-alert :type="options.type">
{{ message }}
@@ -14,6 +15,7 @@
</template>
<script>
//todo: queify this so it can display multiple but sequentially
export default {
data: () => ({
isVisible: false,