initial
This commit is contained in:
11
apps/pay/app/router.options.ts
Normal file
11
apps/pay/app/router.options.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { RouterConfig } from '@nuxt/schema'
|
||||
|
||||
export default <RouterConfig> {
|
||||
routes: _routes => [
|
||||
{
|
||||
name: 'index',
|
||||
path: '/:invoiceId',
|
||||
component: () => import('~/pages/index.vue').then(r => r.default || r),
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user