Merge pull request #4432 from webcaetano/small-typo-fix

Fix: Docs typo
pull/4468/head
Tuğçe Küçükoğlu 2023-09-18 09:27:04 +03:00 committed by GitHub
commit 637c010242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,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',

View File

@ -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',