mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Doc fixes
This commit is contained in:
parent
58fe8661c5
commit
9ab22ea0a0
7 changed files with 9 additions and 9 deletions
|
@ -136,7 +136,7 @@ export default {
|
|||
|
||||
<script setup>
|
||||
import { ref } from "vue";
|
||||
import { useRouter } from "vue";
|
||||
import { useRouter } from 'vue-router';
|
||||
|
||||
const router = useRouter();
|
||||
|
||||
|
@ -150,7 +150,7 @@ const items = ref([
|
|||
label: 'Programmatic',
|
||||
icon: 'pi pi-link',
|
||||
command: () => {
|
||||
router.push('/introduction');
|
||||
router.push('/introduction');
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue