mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Update DocApiTable.vue
This commit is contained in:
parent
3589ef9e38
commit
c7415e1156
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