mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
button cancel, set icon with before
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user