mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed Menu Doc Router Composition Api Push
This commit is contained in:
parent
9a82025215
commit
0e65f268d6
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ const items = ref([
|
|||
label: 'Programmatic',
|
||||
icon: 'pi pi-link',
|
||||
command: () => {
|
||||
this.$router.push('/introduction');
|
||||
router.push('/introduction');
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue