test_lgq/niucloud/addon/carmi/web/pages/routes.ts

6 lines
143 B
TypeScript
Raw Permalink Normal View History

2024-01-24 17:36:08 +08:00
export default [
{
path: "/carmi/hello_world/index",
component: () => import('~/carmi/pages/hello_world/index.vue')
}
]