Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit da86801

Browse files
committed
Fix actions button class
Fixes #392
1 parent 690f6e4 commit da86801

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/actions-button.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
3030
return c('div', {
3131
staticClass: 'actions-button',
32-
classes: self.classes,
32+
class: self.classes,
3333
on: {
3434
click: self.onClick,
3535
},
@@ -39,6 +39,7 @@
3939
computed: {
4040
classes() {
4141
const self = this;
42+
4243
return Utils.extend({
4344
'actions-button-bold': self.bold,
4445
}, Mixins.colorClasses(self));

0 commit comments

Comments
 (0)