Update Dock.vue
parent
b301b2dd7f
commit
ef2561b710
|
@ -25,7 +25,7 @@ export default {
|
|||
extends: BaseDock,
|
||||
computed: {
|
||||
containerClass() {
|
||||
return [this.class, cx('root')];
|
||||
return [this.class, this.cx('root')];
|
||||
}
|
||||
},
|
||||
components: {
|
||||
|
|
Loading…
Reference in New Issue