mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Update Dock.vue
This commit is contained in:
parent
b301b2dd7f
commit
ef2561b710
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export default {
|
|||
extends: BaseDock,
|
||||
computed: {
|
||||
containerClass() {
|
||||
return [this.class, cx('root')];
|
||||
return [this.class, this.cx('root')];
|
||||
}
|
||||
},
|
||||
components: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue