106 lines
2.2 KiB
JavaScript
106 lines
2.2 KiB
JavaScript
export default [
|
||
{ heading: 'Bücherecke' },
|
||
{
|
||
title: 'Wohnzimmer', //Home
|
||
to: { name: 'root' },
|
||
icon: { icon: 'tabler-armchair-2' },
|
||
},
|
||
{
|
||
title: 'Büchersuche',
|
||
to: { name: 'buechersuche' },
|
||
icon: { icon: 'tabler-books' },
|
||
},
|
||
{
|
||
title: 'Bücher eintragen',
|
||
to: { name: 'buecher-eintragen' },
|
||
icon: { icon: 'tabler-book-2' },
|
||
},
|
||
|
||
{ heading: '--- TEST ABSCHNITT ---' },
|
||
{ heading: 'Fieberkurve' },
|
||
{
|
||
title: 'Fieberkurven Varianten',
|
||
to: { name: 'testfieberkurven' },
|
||
icon: { icon: 'tabler-chart-dots-3' },
|
||
},
|
||
{
|
||
title: 'Statische Fieberkurven',
|
||
to: { name: 'statische-fieberkurven' },
|
||
icon: { icon: 'tabler-timeline' },
|
||
},
|
||
{ heading: 'Buch' },
|
||
{
|
||
title: 'Buch Detailseite',
|
||
to: { name: 'buchdetailseite' },
|
||
icon: { icon: 'tabler-list-details' },
|
||
},
|
||
{ heading: 'Datenbank' },
|
||
{
|
||
title: 'Bücher',
|
||
to: { name: 'buecherdatenbank' },
|
||
icon: { icon: 'tabler-books' },
|
||
},
|
||
{
|
||
title: 'Genre´s',
|
||
to: { name: 'genredatenbank' },
|
||
icon: { icon: 'tabler-masks-theater' },
|
||
},
|
||
|
||
/*{
|
||
title: 'Bücher eintragen',
|
||
to: { name: 'buecherEintragen' },
|
||
icon: { icon: 'tabler-book-upload' },
|
||
},*/
|
||
|
||
// icon: { icon: 'tabler-book-2' },
|
||
|
||
/*
|
||
{
|
||
title: 'Bücherdetails',
|
||
to: { name: 'second-page' },
|
||
icon: { icon: 'tabler-book-2' },
|
||
},*/
|
||
]
|
||
|
||
// export default [
|
||
// { heading: 'Mein Skoutz' },
|
||
// {
|
||
// title: 'Wohnzimmer (Lounge)',
|
||
// icon: { icon: 'tabler-armchair-2' },
|
||
// to: { name: 'wohnzimmer' },
|
||
// },
|
||
//
|
||
//
|
||
// { heading: 'Bücherecke' },
|
||
//
|
||
//
|
||
// {
|
||
// title: 'Büchersuche - TEST',
|
||
// icon: { icon: 'tabler-book-2' },
|
||
// to: { 'buechersucheTest' },
|
||
// },
|
||
/*{
|
||
title: 'Bücherdetails - TEST',
|
||
icon: { icon: 'tabler-book-2' },
|
||
to: { name: 'buecherdetailsTest' },
|
||
},
|
||
{
|
||
title: 'Büchersuche',
|
||
icon: { icon: 'tabler-book-2' },
|
||
to: { name: 'buechersuche' },
|
||
},
|
||
{
|
||
title: 'Datenbank',
|
||
icon: { icon: 'tabler-database-search' },
|
||
to: { name: 'buecher-datenbank' },
|
||
},
|
||
{
|
||
title: 'Bücher eintragen',
|
||
icon: { icon: 'tabler-books' },
|
||
to: { name: 'meinBuecherschrank-buecherEintragen' },
|
||
},*/
|
||
// ]
|
||
|
||
|
||
// export default [...buchraum]
|