Fixed Menu Doc Router Composition Api Push
parent
9a82025215
commit
0e65f268d6
|
@ -150,7 +150,7 @@ const items = ref([
|
||||||
label: 'Programmatic',
|
label: 'Programmatic',
|
||||||
icon: 'pi pi-link',
|
icon: 'pi pi-link',
|
||||||
command: () => {
|
command: () => {
|
||||||
this.$router.push('/introduction');
|
router.push('/introduction');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue