Update DocApiTable.vue
parent
3589ef9e38
commit
c7415e1156
|
@ -107,7 +107,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
return value?.split('|').map((item) => {
|
return value?.split('|').map((item) => {
|
||||||
return item.replace(/(\|\|<|>).*$/gm, '').trim();
|
return item.replace(/(\|\|<).*$/gm, '').trim();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
isLinkType(value) {
|
isLinkType(value) {
|
||||||
|
|
Loading…
Reference in New Issue