test_lgq/niucloud/addon/carmi/web/pages/routes.ts
2024-01-24 17:36:08 +08:00

6 lines
143 B
TypeScript

export default [
{
path: "/carmi/hello_world/index",
component: () => import('~/carmi/pages/hello_world/index.vue')
}
]