2020-12-17 12:09:28 +01:00
|
|
|
export default [
|
|
|
|
{
|
|
|
|
title: 'Accueil',
|
|
|
|
icon: 'home',
|
|
|
|
to: { name: 'index' },
|
|
|
|
},
|
|
|
|
{
|
|
|
|
title: 'Horaires',
|
|
|
|
icon: 'clock',
|
|
|
|
to: { name: 'Horaires' },
|
|
|
|
},
|
2021-02-25 16:25:00 +01:00
|
|
|
{
|
|
|
|
title: 'Restos',
|
|
|
|
icon: 'coffee',
|
|
|
|
to: { name: 'Restos' },
|
|
|
|
},
|
2020-12-17 12:09:28 +01:00
|
|
|
{
|
|
|
|
title: 'à propos',
|
|
|
|
icon: 'lightbulb',
|
|
|
|
to: { name: 'A-propos' },
|
|
|
|
},
|
|
|
|
]
|