Add quotes on leaving

Issue #21
This commit is contained in:
N-Pex 2021-04-02 10:58:58 +02:00
parent 7506280ab1
commit 910790e98e
4 changed files with 318 additions and 12 deletions

View file

@ -69,6 +69,11 @@ const routes = [
meta: {
title: 'Add Friends'
}
},
{
path: '/goodbye',
name: 'Goodbye',
component: () => import('../components/QuoteView.vue'),
}
]