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

6 lines
151 B
TypeScript

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