mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactor #5621
This commit is contained in:
parent
38b4683485
commit
866643ef2b
2 changed files with 19 additions and 6 deletions
|
@ -36,6 +36,9 @@ export default {
|
|||
this.d_value = newValue;
|
||||
this.$emit('update:value', newValue);
|
||||
}
|
||||
},
|
||||
isVertical() {
|
||||
return this.orientation === 'vertical';
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue