lesson 133: replace button with base-button

This commit is contained in:
Andreas Zweili 2021-02-08 19:59:37 +01:00
parent 6aca789173
commit 68d7323578
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
Input may not be empty
</template>
<template #actions>
<button @click="resetErrorDialog">Ok</button>
<base-button @click="resetErrorDialog">Ok</base-button>
</template>
</base-dialog>
</teleport>