mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Update route links
This commit is contained in:
parent
a2ce2d0f72
commit
1929944162
10 changed files with 25 additions and 58 deletions
|
@ -47,7 +47,7 @@ export default {
|
|||
label: 'Programmatic',
|
||||
icon: 'pi pi-link',
|
||||
command: () => {
|
||||
this.$router.push('/installation');
|
||||
this.$router.push('/introduction');
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -125,7 +125,7 @@ export default {
|
|||
label: 'Programmatic',
|
||||
icon: 'pi pi-link',
|
||||
command: () => {
|
||||
this.$router.push('/installation');
|
||||
this.$router.push('/introduction');
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -193,7 +193,7 @@ const items = ref([
|
|||
label: 'Programmatic',
|
||||
icon: 'pi pi-link',
|
||||
command: () => {
|
||||
router.push('/installation');
|
||||
router.push('/introduction');
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue