Update route links

This commit is contained in:
Cagatay Civici 2023-12-26 21:38:03 +03:00
parent a2ce2d0f72
commit 1929944162
10 changed files with 25 additions and 58 deletions

View file

@ -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');
}
},
{