mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For Picklist
This commit is contained in:
parent
7b563f1a7e
commit
2d28fe4908
4 changed files with 217 additions and 163 deletions
|
@ -62,10 +62,10 @@ const classes = {
|
|||
]
|
||||
};
|
||||
|
||||
const { load: loadStyle } = useStyle(styles, { id: 'primevue_organizationchart_style', manual: true });
|
||||
const { load: loadStyle } = useStyle(styles, { id: 'primevue_orderlist_style', manual: true });
|
||||
|
||||
export default {
|
||||
name: 'BaseOrganizationChart',
|
||||
name: 'BaseOrderList',
|
||||
extends: BaseComponent,
|
||||
props: {
|
||||
modelValue: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue