Update route links

This commit is contained in:
Cagatay Civici 2023-12-26 21:38:03 +03:00
parent a2ce2d0f72
commit 1929944162
10 changed files with 25 additions and 58 deletions

View file

@ -26,7 +26,7 @@ export default {
return {
home: {
icon: 'pi pi-home',
route: '/installation'
route: '/introduction'
},
items: [{ label: 'Components' }, { label: 'Form' }, { label: 'InputText', route: '/inputtext' }],
code: {
@ -70,7 +70,7 @@ export default {
return {
home: {
icon: 'pi pi-home',
route: '/installation'
route: '/introduction'
},
items: [
{ label: 'Components' },
@ -106,7 +106,7 @@ import { ref } from "vue";
const home = ref({
icon: 'pi pi-home',
route: '/installation'
route: '/introduction'
});
const items = ref([
{ label: 'Components' },