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