mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
fix typo
This commit is contained in:
parent
86e0cbd310
commit
7447e0c8e0
2 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ import { useRouter, useRoute } from "vue-router";
|
|||
const router = useRouter();
|
||||
const route = useRoute();
|
||||
|
||||
const actvie = ref(0);
|
||||
const active = ref(0);
|
||||
const items = ref([
|
||||
{
|
||||
label: 'Home',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue