fix code style

This commit is contained in:
Rodrigo Quelca
2021-08-20 03:50:06 +00:00
parent 62377e146f
commit 18f39b8db9
3 changed files with 20 additions and 33 deletions

View File

@@ -140,7 +140,7 @@
<template #modal-footer="{ cancel }">
<b-button size="sm" variant="danger" @click="cancel()">
{{ $t("ID_CLOSE")}}
{{ $t("ID_CLOSE") }}
</b-button>
</template>
</b-modal>