Update Dock.vue

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-07 14:05:37 +03:00
parent b301b2dd7f
commit ef2561b710

View file

@ -25,7 +25,7 @@ export default {
extends: BaseDock,
computed: {
containerClass() {
return [this.class, cx('root')];
return [this.class, this.cx('root')];
}
},
components: {