button cancel, set icon with before

This commit is contained in:
2021-07-06 12:10:37 +02:00
parent ca17ca4984
commit c2122d62c6
8 changed files with 11 additions and 18 deletions

View File

@@ -91,11 +91,11 @@ export default {
classAction() {
switch (this.action) {
case 'show':
return 'bt-show';
return 'btn-show';
case 'edit':
return 'bt-update';
return 'btn-update';
case 'create':
return 'bt-create';
return 'btn-create';
}
},
titleAction() {