mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Apidoc services completed
This commit is contained in:
parent
1ddebd977c
commit
e2747c5ae8
13 changed files with 394 additions and 246 deletions
|
@ -95,7 +95,7 @@ export default {
|
|||
isLinkType(value) {
|
||||
if (this.label === 'Slots') return false;
|
||||
|
||||
return value.toLowerCase().includes(this.$route.hash.replace('#api.', '').split('.')[0].toLowerCase());
|
||||
return value.toLowerCase().includes(this.id.split('.')[1]);
|
||||
},
|
||||
setLinkPath(value, type) {
|
||||
const currentRoute = this.$router.currentRoute.value.name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue