mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed broken array representations in Apidoc
This commit is contained in:
parent
f7e88bd594
commit
45f8b2a965
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ export default {
|
|||
}
|
||||
|
||||
return value?.split('|').map((item) => {
|
||||
return item.replace(/(\[|\]|<|>).*$/gm, '').trim();
|
||||
return item.replace(/(\|\|<|>).*$/gm, '').trim();
|
||||
});
|
||||
},
|
||||
isLinkType(value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue