parent
7506280ab1
commit
910790e98e
4 changed files with 318 additions and 12 deletions
|
|
@ -69,6 +69,11 @@ const routes = [
|
|||
meta: {
|
||||
title: 'Add Friends'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/goodbye',
|
||||
name: 'Goodbye',
|
||||
component: () => import('../components/QuoteView.vue'),
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue