lesson 133: provide some text in the dialog

This commit is contained in:
Andreas Zweili 2021-02-08 20:00:37 +01:00
parent 73fb2e790a
commit 8977c9b49a
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
</base-card>
<teleport to="body">
<base-dialog v-if="inputIsInvalid" title="Input may not be empty">
<template #default>
<p>Unfortunately some inputs seem to be empty.</p>
<p>Please correct this and try again.</p>
</template>
<template #actions>
<base-button @click="resetErrorDialog">Ok</base-button>