Update Dock.vue

pull/4243/head
Tuğçe Küçükoğlu 2023-08-07 14:05:37 +03:00
parent b301b2dd7f
commit ef2561b710
1 changed files with 1 additions and 1 deletions

View File

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